fish 1 year ago
parent
commit
a805ee5c54
2 changed files with 3 additions and 8 deletions
  1. 0 4
      android/app/src/main/AndroidManifest.xml
  2. 3 4
      pubspec.yaml

+ 0 - 4
android/app/src/main/AndroidManifest.xml

@@ -1,10 +1,6 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="yoqi.me.flutternote">
 
-    <!-- The INTERNET permission is required for development. Specifically,
-         flutter needs it to communicate with the running application
-         to allow setting breakpoints, to provide hot reload, etc.
-    -->
     <uses-permission android:name="android.permission.INTERNET"/>
     <uses-permission android:name="android.permission.READ_PHONE_STATE" />
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

+ 3 - 4
pubspec.yaml

@@ -2,14 +2,13 @@ name: flutter_note
 description: Flutter 工作中不断总结.
 version: 1.2.8+1
 environment:
-  sdk: ">=2.7.0 <3.0.0"
+  sdk: '>=2.19.2 <3.0.0'
 
 dependencies:
   flutter:
     sdk: flutter
   sqflite: ^2.0.2+1
   shared_preferences: ^2.0.7
-  fluro: ^2.0.3
   cupertino_icons: ^1.0.3
   dio: ^5.3.0
   flutter_easyrefresh: ^2.2.2
@@ -17,11 +16,11 @@ dependencies:
   flutter_html: ^2.2.1
   url_launcher: ^6.1.5
   path_provider: ^2.0.11
-  provide: ^1.0.2
+  provider: ^1.0.2
 #  jpush_flutter: ^0.0.11
 
   fluttertoast: ^8.0.9
-  amap_base: ^0.3.5
+  # amap_base: ^0.3.5
 
   flutter_localizations: # 国际化
     sdk: flutter