加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pubspec.yaml 3.54 KB
一键复制 编辑 原始数据 按行查看 历史
Yu Fang 提交于 2022-01-12 00:30 . upgrade lib
name: openiothub
description: A IoT Device Manager.
version: 1.3.9+5
homepage: https://github.com/OpenIoTHub
publish_to: none
environment:
sdk: ">=2.5.0 <3.0.0"
flutter: ">=1.16.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.4
# golang的后台服务
flutter_natcloud_service:
# git: https://github.com/OpenIoTHub/flutter_natcloud_service
path: ./flutter_natcloud_service/
http: ^0.12.0+2
# grpc
grpc: ^1.0.2
# grpc协议
protobuf: ^1.0.1
# app内嵌网页浏览器
webview_flutter: ^0.3.19+9
# 打开url
url_launcher: ^5.0.2
# 安卓intent调用其他程序
android_intent: ^2.0.2
# 数据存储
shared_preferences: ^0.5.2
# 事件总线
event_bus: ^2.0.0
# 动态请求权限,定位,存储等
permission_handler: ^3.1.0
# 查看手机安装的app
# device_apps: ^1.0.8
# 静态网页sever
jaguar_flutter_asset: ^3.0.0
# player
# video_player: ^0.10.1+3
# mDNS
multicast_dns: ^0.2.2
mdns_plugin: ^1.1.4
# sqflite: ^1.1.6+2
# webDAV的文件浏览器
# modules:
# git: https://github.com/OpenIoTHub/modules
openiothub_constants: ^0.0.1
openiothub_plugin: ^0.0.2+37
openiothub_api: ^0.0.2
openiothub_common_pages: ^0.0.2
openiothub_grpc_api: ^0.0.1
server_grpc_api: ^0.0.1
gateway_grpc_api: ^0.0.1
iot_manager_grpc_api: ^0.0.2
# path: ../modules/
# 应用OTA
# upgrader: ^0.10.2
# provider: ^3.0.0
provider: ^6.0.2
# fluwx: ^2.4.1
wechat_kit: ^2.3.1
fluttertoast: ^8.0.8
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- assets/
- assets/images/
- assets/images/leftmenu/
- assets/images/splash/
- assets/images/leftmenu/avatars/
- assets/images/leftmenu/background/
# -
- assets/web/open/aria2/
# -
- assets/web/open/ssh/
- assets/web/open/ssh/static/
- assets/web/open/ssh/static/dist/
- assets/web/open/ssh/static/dist/addons/
- assets/web/open/ssh/static/dist/addons/attach/
- assets/web/open/ssh/static/dist/addons/fit/
- assets/web/open/ssh/static/dist/addons/fullscreen/
- assets/web/open/ssh/static/dist/addons/linkify/
- assets/web/open/ssh/static/dist/addons/terminado/
# -
- assets/web/open/vnc/
- assets/web/open/vnc/app/
- assets/web/open/vnc/app/images/
- assets/web/open/vnc/app/images/icons/
- assets/web/open/vnc/app/locale/
- assets/web/open/vnc/app/sounds/
- assets/web/open/vnc/app/styles/
- assets/web/open/vnc/core/
- assets/web/open/vnc/core/decoders/
- assets/web/open/vnc/core/input/
- assets/web/open/vnc/core/util/
- assets/web/open/vnc/vendor/
- assets/web/open/vnc/vendor/browser-es-module-loader/
- assets/web/open/vnc/vendor/browser-es-module-loader/dist/
- assets/web/open/vnc/vendor/browser-es-module-loader/src/
- assets/web/open/vnc/vendor/pako/
- assets/web/open/vnc/vendor/pako/lib/
- assets/web/open/vnc/vendor/pako/lib/utils/
- assets/web/open/vnc/vendor/pako/lib/zlib/
flutter_intl:
enabled: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化