You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
name: cloud_car_internal
|
|
|
|
description: A new Flutter project.
|
|
|
|
|
|
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
|
|
|
|
version: 1.0.0+1
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.17.0 <3.0.0"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
#国际化支持
|
|
|
|
flutter_localizations:
|
|
|
|
sdk: flutter
|
|
|
|
intl: ^0.17.0
|
|
|
|
permission_handler: ^9.2.0
|
|
|
|
#包信息
|
|
|
|
package_info_plus: ^1.4.2
|
|
|
|
#状态管理
|
|
|
|
provider: ^6.0.2
|
|
|
|
#屏幕适配
|
|
|
|
flutter_screenutil: 5.4.0+1
|
|
|
|
#常用工具类
|
|
|
|
flustars: ^2.0.1
|
|
|
|
#弹窗
|
|
|
|
bot_toast: ^4.0.1
|
|
|
|
#http
|
|
|
|
dio: ^4.0.0
|
|
|
|
#路由相关
|
|
|
|
get: ^4.1.4
|
|
|
|
#本地化存储
|
|
|
|
hive: ^2.0.4
|
|
|
|
hive_flutter: ^1.1.0
|
|
|
|
#刷新组件
|
|
|
|
flutter_easyrefresh: ^2.2.1
|
|
|
|
#图片扩展
|
|
|
|
extended_image: ^7.0.0-dev.1
|
|
|
|
#json model生成注解
|
|
|
|
json_annotation: ^4.4.0
|
|
|
|
#设备平台信息
|
|
|
|
platform: ^3.1.0
|
|
|
|
#路径
|
|
|
|
path_provider: ^2.0.9
|
|
|
|
#生成类重载==运算符和toString方法
|
|
|
|
equatable: ^2.0.3
|
|
|
|
#工具类
|
|
|
|
common_utils: ^2.1.0
|
|
|
|
|
|
|
|
cupertino_icons: ^1.0.2
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
#应用内调试工具
|
|
|
|
flutter_ume: ^0.3.0+1
|
|
|
|
flutter_ume_kit_ui:
|
|
|
|
git:
|
|
|
|
url: https://github.com/jiagengArctuition/flutter_ume
|
|
|
|
path: kits/flutter_ume_kit_ui
|
|
|
|
flutter_ume_kit_device: ^0.3.0
|
|
|
|
flutter_ume_kit_perf: ^0.3.0
|
|
|
|
flutter_ume_kit_show_code: ^0.3.0
|
|
|
|
flutter_ume_kit_console: ^0.3.0
|
|
|
|
flutter_ume_kit_dio: ^0.3.0
|
|
|
|
#导入包整理
|
|
|
|
import_sorter: ^4.5.1
|
|
|
|
hive_generator: ^1.1.0
|
|
|
|
#脚本工具
|
|
|
|
grinder: ^0.9.1
|
|
|
|
flutter_native_splash: ^1.1.8+4
|
|
|
|
#model自动生成
|
|
|
|
json_serializable: ^6.1.3
|
|
|
|
build_runner: ^2.0.2
|
|
|
|
yaml: ^3.1.0
|
|
|
|
pub_semver: ^2.0.0
|
|
|
|
flutter_gen_runner: ^4.1.3
|
|
|
|
flutter_lints: ^2.0.0
|
|
|
|
path: ^1.8.1
|
|
|
|
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
|
|
|
|
uses-material-design: true
|
|
|
|
|