boyrobot 9 months ago
parent
commit
96b3de3a60
1 changed files with 3 additions and 5 deletions
  1. 3 5
      pubspec.yaml

+ 3 - 5
pubspec.yaml

@@ -1,15 +1,15 @@
 name: flutter_resizedemo
 description: A new Flutter application.
 publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-version: 1.0.0+1
+version: 1.0.2+1
 
 environment:
-  sdk: ">=2.17.6 <3.0.0"
+  sdk: '>=2.19.2 <3.0.0'
 
 dependencies:
   flutter:
     sdk: flutter
-  cupertino_icons: ^1.0.3
+  cupertino_icons: ^1.0.5
   window_size:
     git:
       url: git://github.com/google/flutter-desktop-embedding.git
@@ -17,9 +17,7 @@ dependencies:
 dev_dependencies:
   flutter_test:
     sdk: flutter
-
   flutter_lints: ^1.0.0
 
 flutter:
-
   uses-material-design: true