Showing
2 changed files
with
5 additions
and
6 deletions
This diff is collapsed. Click to expand it.
| ... | @@ -56,7 +56,7 @@ dependencies: | ... | @@ -56,7 +56,7 @@ dependencies: |
| 56 | # 侧滑删除 https://github.com/letsar/flutter_slidable | 56 | # 侧滑删除 https://github.com/letsar/flutter_slidable |
| 57 | flutter_slidable: ^1.1.0 | 57 | flutter_slidable: ^1.1.0 |
| 58 | # WebView插件 https://github.com/flutter/plugins/tree/master/packages/webview_flutter | 58 | # WebView插件 https://github.com/flutter/plugins/tree/master/packages/webview_flutter |
| 59 | - webview_flutter: 3.0.0 | 59 | + webview_flutter: ^3.0.1 |
| 60 | # 处理键盘事件 https://github.com/diegoveloper/flutter_keyboard_actions | 60 | # 处理键盘事件 https://github.com/diegoveloper/flutter_keyboard_actions |
| 61 | keyboard_actions: ^3.4.4 | 61 | keyboard_actions: ^3.4.4 |
| 62 | # 列表悬浮头 https://github.com/fluttercommunity/flutter_sticky_headers | 62 | # 列表悬浮头 https://github.com/fluttercommunity/flutter_sticky_headers |
| ... | @@ -70,7 +70,7 @@ dependencies: | ... | @@ -70,7 +70,7 @@ dependencies: |
| 70 | # 状态管理 https://github.com/rrousselGit/provider | 70 | # 状态管理 https://github.com/rrousselGit/provider |
| 71 | provider: ^6.0.2 | 71 | provider: ^6.0.2 |
| 72 | # 扫码 https://github.com/juliuscanute/qr_code_scanner | 72 | # 扫码 https://github.com/juliuscanute/qr_code_scanner |
| 73 | - qr_code_scanner: 0.6.1 | 73 | + qr_code_scanner: ^0.7.0 |
| 74 | # App Shortcuts https://github.com/flutter/plugins/tree/master/packages/quick_actions | 74 | # App Shortcuts https://github.com/flutter/plugins/tree/master/packages/quick_actions |
| 75 | quick_actions: ^0.6.0+8 | 75 | quick_actions: ^0.6.0+8 |
| 76 | # 振动(支持Web) https://github.com/benjamindean/flutter_vibration | 76 | # 振动(支持Web) https://github.com/benjamindean/flutter_vibration |
| ... | @@ -96,7 +96,7 @@ dependencies: | ... | @@ -96,7 +96,7 @@ dependencies: |
| 96 | flutter_spinkit: ^5.0.0 | 96 | flutter_spinkit: ^5.0.0 |
| 97 | 97 | ||
| 98 | json_annotation: ^4.4.0 | 98 | json_annotation: ^4.4.0 |
| 99 | - flutter_sound: ^8.5.0 | 99 | + flutter_sound: ^9.1.3 |
| 100 | 100 | ||
| 101 | # fijkplayer (Video player plugin for Flutter) Flutter 媒体播放器 | 101 | # fijkplayer (Video player plugin for Flutter) Flutter 媒体播放器 |
| 102 | fijkplayer: ^0.10.1 | 102 | fijkplayer: ^0.10.1 |
| ... | @@ -106,6 +106,7 @@ dependencies: | ... | @@ -106,6 +106,7 @@ dependencies: |
| 106 | 106 | ||
| 107 | # A Dart timer that can be paused, resumed and reset. | 107 | # A Dart timer that can be paused, resumed and reset. |
| 108 | pausable_timer: ^1.0.0+3 | 108 | pausable_timer: ^1.0.0+3 |
| 109 | + permission_handler: ^9.2.0 | ||
| 109 | 110 | ||
| 110 | dependency_overrides: | 111 | dependency_overrides: |
| 111 | decimal: 1.5.0 | 112 | decimal: 1.5.0 |
| ... | @@ -135,9 +136,7 @@ dev_dependencies: | ... | @@ -135,9 +136,7 @@ dev_dependencies: |
| 135 | build_runner: ^2.1.7 | 136 | build_runner: ^2.1.7 |
| 136 | 137 | ||
| 137 | flutter_launcher_icons: ^0.9.2 | 138 | flutter_launcher_icons: ^0.9.2 |
| 138 | - flutter_native_splash: ^1.3.2 | 139 | + flutter_native_splash: ^2.0.5 |
| 139 | - | ||
| 140 | - permission_handler: ^8.3.0 | ||
| 141 | 140 | ||
| 142 | # For information on the generic Dart part of this file, see the | 141 | # For information on the generic Dart part of this file, see the |
| 143 | # following page: https://dart.dev/tools/pub/pubspec | 142 | # following page: https://dart.dev/tools/pub/pubspec | ... | ... |
-
Please register or login to post a comment