Reason Pun

upgrade

This diff is collapsed. Click to expand it.
......@@ -56,7 +56,7 @@ dependencies:
# 侧滑删除 https://github.com/letsar/flutter_slidable
flutter_slidable: ^1.1.0
# WebView插件 https://github.com/flutter/plugins/tree/master/packages/webview_flutter
webview_flutter: 3.0.0
webview_flutter: ^3.0.1
# 处理键盘事件 https://github.com/diegoveloper/flutter_keyboard_actions
keyboard_actions: ^3.4.4
# 列表悬浮头 https://github.com/fluttercommunity/flutter_sticky_headers
......@@ -70,7 +70,7 @@ dependencies:
# 状态管理 https://github.com/rrousselGit/provider
provider: ^6.0.2
# 扫码 https://github.com/juliuscanute/qr_code_scanner
qr_code_scanner: 0.6.1
qr_code_scanner: ^0.7.0
# App Shortcuts https://github.com/flutter/plugins/tree/master/packages/quick_actions
quick_actions: ^0.6.0+8
# 振动(支持Web) https://github.com/benjamindean/flutter_vibration
......@@ -96,7 +96,7 @@ dependencies:
flutter_spinkit: ^5.0.0
json_annotation: ^4.4.0
flutter_sound: ^8.5.0
flutter_sound: ^9.1.3
# fijkplayer (Video player plugin for Flutter) Flutter 媒体播放器
fijkplayer: ^0.10.1
......@@ -106,6 +106,7 @@ dependencies:
# A Dart timer that can be paused, resumed and reset.
pausable_timer: ^1.0.0+3
permission_handler: ^9.2.0
dependency_overrides:
decimal: 1.5.0
......@@ -135,9 +136,7 @@ dev_dependencies:
build_runner: ^2.1.7
flutter_launcher_icons: ^0.9.2
flutter_native_splash: ^1.3.2
permission_handler: ^8.3.0
flutter_native_splash: ^2.0.5
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
......