build(pub): 更新依赖

This commit is contained in:
李东云
2023-03-28 18:38:33 +08:00
parent 30b737d4ca
commit b3a0784e1c
2 changed files with 82 additions and 118 deletions

View File

@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.0+1
version: 1.0.0+2
environment:
sdk: ">=2.16.1 <3.0.0"
@@ -29,6 +29,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flustars: ^2.0.1
sp_util: ^2.0.3
@@ -57,11 +59,13 @@ dependencies:
shared_preferences: ^2.0.18
# http
dio: ^4.0.6
dio_http_cache: ^0.3.0
dio: ^5.1.0
# 启动页
flutter_native_splash: ^2.2.19
flutter_adaptive_scaffold: ^0.1.2
dual_screen: ^1.0.3
flutter_gen: ^5.2.0
dev_dependencies:
flutter_test:
@@ -202,6 +206,6 @@ flutter_native_splash:
# If you have changed the name(s) of your info.plist file(s), you can specify the filename(s)
# with the info_plist_files parameter. Remove only the # characters in the three lines below,
# do not remove any spaces:
#info_plist_files:
# - 'ios/Runner/Info-Debug.plist'
# - 'ios/Runner/Info-Release.plist'
info_plist_files:
- 'ios/Runner/Info-Debug.plist'
- 'ios/Runner/Info-Release.plist'