mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
upgrade null-safe
This commit is contained in:
11
pubspec.yaml
11
pubspec.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user