2 Star 1 Fork 0

志强 / flutter_base_project_new

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pubspec.yaml 3.30 KB
一键复制 编辑 原始数据 按行查看 历史
name: base_project
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.1.5 <4.0.0'
dependencies:
flutter:
sdk: flutter
#GetX状态管理框架
get: ^4.6.6
#flutter_redux 固定版本
# flutter_redux: 0.10.0
#用于状态管理和依赖注入
# provider: ^6.1.1
#提供响应式编程工具
rxdart: 0.27.7
#用于在Flutter应用中操作SQLite数据库
sqflite: ^2.3.0
#用于进行HTTP请求和网络通信
dio: ^5.3.3
#用于在应用中保存持久化数据
shared_preferences: ^2.2.2
#用于处理权限请求
permission_handler: ^11.0.1
#提供本地化支持
flutter_localizations:
sdk: flutter
#提供轻量级的Toast通知
fluttertoast: ^8.2.4
#用于生成JSON序列化/反序列化代码
json_annotation: 4.8.1
#屏幕适配
flutter_screenutil: 5.9.0
# flutter_screenutil: 5.0.0
#上拉刷新、下拉加载
pull_to_refresh: ^2.0.0
#webview
webview_flutter: ^4.4.2
#用于检测网络连接状态
connectivity_plus: ^5.0.1
#用于获取文件系统路径
path_provider: ^2.1.1
#------------------ 备用参考 ---------------------------
#提供一组Flutter增强工具
# supercharged: 2.1.1
#提供常见的动画效果
# animations: 2.0.8
#用于引入Cupertino风格的图标
# cupertino_icons: ^1.0.4
# share_plus: 7.1.0
##提供各种加载动画效果
# flutter_spinkit: 5.2.0
#用于处理语义化版本号
# pub_semver: 2.1.4
#支持SVG图像的渲染
# flutter_svg: 2.0.7
#用于实现可滑动操作的列表项
# flutter_slidable: ^0.6.0-nullsafety.0
#fconsole: 2.2.1
#bezier: ^1.1.5
#用于渲染Flare动画
# flare_flutter:
# git:
# url: https://gitee.com/CarGuo/Flare-Flutter.git
# ref: ab41281006402485ff7326d0c58134f451a0de3a
# path: flare_flutter/
#用于渲染Rive动画。
# rive: 0.9.0
#用于GraphQL数据查询
# graphql: 5.1.3
#flutter_cache_manager: 3.0.0-nullsafety.0
#用于获取设备上的应用程序包信息
# package_info_plus: 4.1.0
#用于渲染Markdown内容
# flutter_markdown: 0.6.17+2
#用于获取设备信息
# device_info_plus: 9.0.3
#用于在应用中启动外部链接
# url_launcher: 6.1.12
#用于引入Google字体
# google_fonts: 4.0.4
#用于处理Android意图(Intents)
# android_intent_plus: 4.0.2
#用于生成不可变数据模型==================
# built_value: 8.1.3
#用于实现简单动画
# simple_animations: 5.0.2
#用于自动调整文本大小以适应容器
# auto_size_text: 3.0.0
#用于查看图片
# photo_view: 0.14.0
#------------------ 备用参考 ---------------------------
dev_dependencies:
# built_value_generator: 8.6.2
# build_runner: ^2.1.5
# json_serializable: 6.7.1
# flutter_test:
# sdk: flutter
# The following section is specific to Flutter packages.
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:
- static/images/
- static/file/
# fonts:
# - family: wxcIconFont
# fonts:
# - asset: static/font/iconfont.ttf
# - family: google_kavivanar
# fonts:
# - asset: static/font/google_kavivanar.ttf
Dart
1
https://gitee.com/Izzq/flutter_base_project_new.git
git@gitee.com:Izzq/flutter_base_project_new.git
Izzq
flutter_base_project_new
flutter_base_project_new
master

搜索帮助