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.
156 lines
2.8 KiB
156 lines
2.8 KiB
name: new_recook
|
|
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.12.0 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
#国际化支持
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
intl: ^0.17.0
|
|
|
|
table_calendar: ^3.0.6
|
|
|
|
|
|
permission_handler: 10.0.0
|
|
#包信息
|
|
package_info: ^2.0.0
|
|
#状态管理
|
|
provider: ^6.0.3
|
|
# flutter_riverpod: ^1.0.4
|
|
#屏幕适配
|
|
flutter_screenutil: ^5.0.0+2
|
|
#弹窗
|
|
bot_toast: ^4.0.1
|
|
#http
|
|
dio: ^4.0.0
|
|
#轮播图
|
|
flutter_swiper_null_safety: ^1.0.2
|
|
#支付宝支付功能
|
|
tobias: ^2.4.1
|
|
#微信支付
|
|
fluwx: ^3.9.1
|
|
#路由相关
|
|
get: ^4.6.2
|
|
#各种扩展
|
|
velocity_x: ^3.0.0
|
|
#本地化存储
|
|
hive: ^2.0.4
|
|
hive_flutter: ^1.0.0
|
|
#调试信息输出
|
|
power_logger: ^1.2.2
|
|
#刷新组件
|
|
# flutter_easyrefresh: ^2.2.1
|
|
|
|
pull_to_refresh_flutter3: ^2.0.1
|
|
#极光推送
|
|
# jpush_flutter: ^2.1.5
|
|
#高德地图相关
|
|
# amap_flutter_map: ^3.0.0
|
|
amap_flutter_location: ^3.0.0
|
|
amap_flutter_base: ^3.0.0
|
|
#model 自动生成注释插件
|
|
json_annotation: ^4.0.1
|
|
#model 插件
|
|
equatable: ^2.0.0
|
|
#瀑布流
|
|
waterfall_flow: ^3.0.1
|
|
#扩展组件
|
|
expandable: ^5.0.1
|
|
#加载网络图片
|
|
cached_network_image: ^3.1.0
|
|
#网页组件
|
|
webview_flutter: 2.0.13
|
|
#视频
|
|
chewie: ^1.3.3
|
|
# 小数据缓存
|
|
shared_preferences: ^2.0.6
|
|
|
|
cupertino_icons: ^1.0.2
|
|
# 城市列表
|
|
azlistview: 2.0.0
|
|
# 拼音
|
|
lpinyin: 2.0.0
|
|
#自动生成icon
|
|
flutter_launcher_icons: ^0.9.2
|
|
extended_text: ^9.1.1
|
|
# extended_image: ^3.0.0
|
|
# 农历
|
|
lunar_calendar_converter_new: ^2.0.0
|
|
#html
|
|
flutter_widget_from_html_core: ^0.8.5+3
|
|
|
|
flutter_gifimage:
|
|
git:
|
|
url: https://github.com/peng8350/flutter_gifimage.git
|
|
ref: 3dc34a11332e62be0e2d32649b3faa47b3bb778b
|
|
|
|
#扫码提示音
|
|
just_audio: ^0.9.28
|
|
scan: ^1.5.0
|
|
# images_picker: ^1.2.9
|
|
|
|
image_picker: ^0.8.5+3
|
|
# 图片压缩
|
|
flutter_image_compress: 1.1.0
|
|
image_cropper: 3.0.0
|
|
common_utils: ^2.1.0
|
|
# decimal: 1.5.0
|
|
# 展示二维码
|
|
qr_flutter: ^4.0.0
|
|
wechat_assets_picker: ^7.0.0
|
|
|
|
wechat_camera_picker: any
|
|
|
|
image_gallery_saver: 1.7.1
|
|
|
|
flutter_datetime_picker: ^1.5.1
|
|
|
|
flutter_pickers: 2.1.9
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
#导入包整理
|
|
import_sorter: ^4.6.0
|
|
hive_generator: ^1.1.0
|
|
#脚本工具
|
|
grinder: ^0.9.0
|
|
flutter_native_splash: ^1.1.8+4
|
|
#model自动生成
|
|
json_serializable: ^4.1.1
|
|
build_runner: ^2.0.2
|
|
pub_semver: ^2.1.0
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- assets/
|
|
- assets/sound/recook_scan.mp3
|
|
- assets/icons/
|
|
- assets/images/
|
|
- assets/webp/
|
|
- assets/weather/
|
|
- assets/weatherCake/
|
|
- assets/home/
|
|
- assets/json/
|
|
flutter_icons:
|
|
android: "launcher_icon"
|
|
ios: false
|
|
image_path: "assets/icons/app_icon.png"
|
|
|
|
|
|
|