File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ android {
3131
3232 defaultConfig {
3333 applicationId " com.weilu.deer"
34- minSdkVersion 21
34+ minSdkVersion flutter . minSdkVersion
3535 targetSdkVersion 35
3636 versionCode flutterVersionCode. toInteger()
3737 versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import file_selector_macos
1010import path_provider_foundation
1111import screen_retriever
1212import shared_preferences_foundation
13- import sqflite
13+ import sqflite_darwin
1414import url_launcher_macos
1515import webview_flutter_wkwebview
1616import window_manager
@@ -23,6 +23,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2323 SharedPreferencesPlugin . register ( with: registry. registrar ( forPlugin: " SharedPreferencesPlugin " ) )
2424 SqflitePlugin . register ( with: registry. registrar ( forPlugin: " SqflitePlugin " ) )
2525 UrlLauncherPlugin . register ( with: registry. registrar ( forPlugin: " UrlLauncherPlugin " ) )
26- FLTWebViewFlutterPlugin . register ( with: registry. registrar ( forPlugin: " FLTWebViewFlutterPlugin " ) )
26+ WebViewFlutterPlugin . register ( with: registry. registrar ( forPlugin: " WebViewFlutterPlugin " ) )
2727 WindowManagerPlugin . register ( with: registry. registrar ( forPlugin: " WindowManagerPlugin " ) )
2828}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies:
2323 # Toast插件 https://github.com/OpenFlutter/flutter_oktoast
2424 oktoast : ^3.4.0
2525 # 网络库 https://github.com/cfug/dio
26- dio : ^5.8.0+1
26+ dio : ^5.9.0
2727 # https://github.com/ReactiveX/rxdart
2828 rxdart : ^0.28.0
2929 # Dart 常用工具类库 https://github.com/Sky24n/common_utils
@@ -70,7 +70,7 @@ dependencies:
7070 # 高德2D地图插件(支持Web) https://github.com/simplezhli/flutter_2d_amap
7171 flutter_2d_amap :
7272 git :
73- ref : ' 0105ceae '
73+ ref : ' 2f9657e4 '
7474 url : ' https://github.com/simplezhli/flutter_2d_amap.git'
7575 # demo 用到的库
7676 # 刮刮卡 https://github.com/vintage/scratcher
You can’t perform that action at this time.
0 commit comments