1 Star 0 Fork 11

JerryAlexLiang/flutter-ho

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pubspec.yaml 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
早起的年轻人 提交于 2021-04-06 18:34 . 文档更新
name: flutter_ho
description: Flutter 脚手架
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.10.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
flutter_slidable: ^0.5.7
# 权限请求
permission_handler: ^5.0.1+1
#App版本信息
package_info: ^0.4.3+2
#用来加载网络数据
dio: 3.0.9
# WebView
webview_flutter: ^1.0.7
#偏好设置
shared_preferences: ^0.5.12+4
# Material motion 规范的预构建动画
animations: ^1.1.1
# 饼图
flutter_echart: ^1.0.2
#path: /Volumes/code/ico/Desktop/code/flutter_app/flutter_echart
# 路径获取
path_provider: ^1.6.24
#视频播放
video_player: ^1.0.1
#toast 消息提示小弹框
fluttertoast: ^7.0.1+1
# APP升级安装组件 Android中调用自动安装 apk的程序
#ios 调用打开APPStore
install_plugin_custom:
git:
url: https://github.com/zhaolongs/install_plugin_custom.git
ref: master
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/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
assets:
- assets/images/app_icon.png
- assets/images/
- assets/video/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JerryAlexLiang/flutter-ho.git
git@gitee.com:JerryAlexLiang/flutter-ho.git
JerryAlexLiang
flutter-ho
flutter-ho
main

搜索帮助