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.
57 lines
931 B
57 lines
931 B
2 years ago
|
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
|
||
|
|
||
|
|
||
|
cupertino_icons: ^1.0.2
|
||
|
|
||
|
dev_dependencies:
|
||
|
flutter_test:
|
||
|
sdk: flutter
|
||
|
|
||
|
flutter_lints: ^2.0.0
|
||
|
|
||
|
|
||
|
flutter:
|
||
|
|
||
|
uses-material-design: true
|
||
|
|