Bläddra i källkod

[fix]修复报错

Destiny 1 år sedan
förälder
incheckning
ce3bffe8ca
2 ändrade filer med 13 tillägg och 1 borttagningar
  1. 6 0
      ios/Podfile.lock
  2. 7 1
      pubspec.yaml

+ 6 - 0
ios/Podfile.lock

@@ -83,6 +83,8 @@ PODS:
     - Flutter
     - FlutterMacOS
   - SwiftyGif (5.4.5)
+  - system_share (0.0.1):
+    - Flutter
   - url_launcher_ios (0.0.1):
     - Flutter
   - video_player_avfoundation (0.0.1):
@@ -122,6 +124,7 @@ DEPENDENCIES:
   - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
   - shortcut (from `.symlinks/plugins/shortcut/ios`)
   - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
+  - system_share (from `.symlinks/plugins/system_share/ios`)
   - url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
   - video_player_avfoundation (from `.symlinks/plugins/video_player_avfoundation/darwin`)
   - wakelock_plus (from `.symlinks/plugins/wakelock_plus/ios`)
@@ -176,6 +179,8 @@ EXTERNAL SOURCES:
     :path: ".symlinks/plugins/shortcut/ios"
   sqflite_darwin:
     :path: ".symlinks/plugins/sqflite_darwin/darwin"
+  system_share:
+    :path: ".symlinks/plugins/system_share/ios"
   url_launcher_ios:
     :path: ".symlinks/plugins/url_launcher_ios/ios"
   video_player_avfoundation:
@@ -213,6 +218,7 @@ SPEC CHECKSUMS:
   shortcut: 4fb7f85e55054fc349f3adc91dc852871ebc28b9
   sqflite_darwin: a553b1fd6fe66f53bbb0fe5b4f5bab93f08d7a13
   SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
+  system_share: 0ad7003e9f9086fe8a82339214ce240a9250f9c2
   url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
   video_player_avfoundation: 7c6c11d8470e1675df7397027218274b6d2360b3
   wakelock_plus: 78ec7c5b202cab7761af8e2b2b3d0671be6c4ae1

+ 7 - 1
pubspec.yaml

@@ -112,7 +112,13 @@ dependencies:
   wakelock_plus: ^1.2.8
 
   #获取音频资源列表
-  photo_manager: ^3.5.0
+  photo_manager: ^3.4.0
+
+  #快捷启动
+  app_links: ^6.3.2
+
+  #跳转浏览器
+  url_launcher: ^6.3.1
 
   #快捷方式
   shortcut: