upgrade null-safe

This commit is contained in:
csf
2022-02-17 15:22:14 +08:00
parent f5f496f1cf
commit b4ed72435c
9 changed files with 298 additions and 281 deletions

View File

@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.1.9+20
environment:
sdk: ">=2.7.0 <3.0.0"
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
@@ -32,10 +32,11 @@ dependencies:
path_provider: ^2.0.2
external_path: ^1.0.1
provider: ^5.0.0
flutter_easyloading: # not Null safety 2.2.0
git:
url: git://github.com/open-trade/flutter_easyloading
#path: flutter_easyloading
flutter_easyloading: ^3.0.3
# flutter_easyloading: # not Null safety 2.2.0
# git:
# url: git://github.com/open-trade/flutter_easyloading
# #path: flutter_easyloading
tuple: ^2.0.0
wakelock: ^0.5.2
device_info: ^2.0.2