build: Update all dependencies and remove vibrator package
This commit is contained in:
parent
7627f7b8ed
commit
58c873c5a7
4 changed files with 88 additions and 125 deletions
52
pubspec.yaml
52
pubspec.yaml
|
|
@ -9,19 +9,19 @@ environment:
|
|||
|
||||
dependencies:
|
||||
adaptive_dialog: ^2.1.0
|
||||
animations: ^2.0.8
|
||||
archive: ^3.4.9
|
||||
animations: ^2.0.11
|
||||
archive: ^3.4.10
|
||||
async: ^2.11.0
|
||||
badges: ^3.1.2
|
||||
blurhash_dart: ^1.2.1
|
||||
callkeep: ^0.3.2
|
||||
chewie: ^1.7.1
|
||||
collection: ^1.17.2
|
||||
chewie: ^1.8.1
|
||||
collection: ^1.18.0
|
||||
cupertino_icons: any
|
||||
desktop_drop: ^0.4.4
|
||||
desktop_notifications: ^0.6.3
|
||||
device_info_plus: ^9.1.0
|
||||
dynamic_color: ^1.6.8
|
||||
device_info_plus: ^10.0.1
|
||||
dynamic_color: ^1.7.0
|
||||
emoji_picker_flutter: ^2.1.1
|
||||
emoji_proposal: ^0.0.1
|
||||
emojis: ^0.9.9
|
||||
|
|
@ -30,14 +30,14 @@ dependencies:
|
|||
flutter:
|
||||
sdk: flutter
|
||||
flutter_app_badger: ^1.5.0
|
||||
flutter_cache_manager: ^3.3.0
|
||||
flutter_cache_manager: ^3.3.1
|
||||
flutter_file_dialog: ^3.0.2
|
||||
flutter_foreground_task: ^6.0.0+1
|
||||
flutter_foreground_task: ^6.1.3
|
||||
flutter_highlighter: ^0.1.1
|
||||
flutter_html: ^3.0.0-beta.2
|
||||
flutter_html_table: ^3.0.0-beta.2
|
||||
flutter_linkify: ^6.0.0
|
||||
flutter_local_notifications: ^16.3.2
|
||||
flutter_local_notifications: ^17.0.0
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_map: ^6.1.0
|
||||
|
|
@ -49,51 +49,50 @@ dependencies:
|
|||
flutter_shortcuts:
|
||||
git: https://github.com/krille-chan/flutter_shortcuts.git
|
||||
flutter_typeahead: ^5.2.0
|
||||
flutter_web_auth_2: ^3.0.4
|
||||
flutter_web_auth_2: ^3.1.1
|
||||
flutter_webrtc: ^0.9.46
|
||||
future_loading_dialog: ^0.3.0
|
||||
geolocator: ^7.6.2
|
||||
go_router: ^13.1.0
|
||||
go_router: ^13.2.2
|
||||
hive: ^2.2.3
|
||||
hive_flutter: ^1.1.0
|
||||
html: ^0.15.4
|
||||
http: ^1.2.0
|
||||
image: ^4.1.7
|
||||
image_picker: ^1.0.0
|
||||
image_picker: ^1.0.7
|
||||
intl: any
|
||||
just_audio: ^0.9.30
|
||||
just_audio: ^0.9.37
|
||||
keyboard_shortcuts: ^0.1.4
|
||||
latlong2: ^0.9.1
|
||||
linkify: ^5.0.0
|
||||
matrix: ^0.26.1
|
||||
native_imaging: ^0.1.0
|
||||
package_info_plus: ^5.0.1
|
||||
package_info_plus: ^6.0.0
|
||||
pasteboard: ^0.2.0
|
||||
path: ^1.9.0
|
||||
path_provider: ^2.0.9
|
||||
path_provider: ^2.1.2
|
||||
permission_handler: ^11.0.1
|
||||
pretty_qr_code: ^3.2.1
|
||||
provider: ^6.0.2
|
||||
punycode: ^1.0.0
|
||||
qr_code_scanner: ^1.0.0
|
||||
qr_code_scanner: ^1.0.1
|
||||
receive_sharing_intent: ^1.4.5
|
||||
record: 4.4.4 # Upgrade to 5 currently breaks playing on iOS
|
||||
scroll_to_index: ^3.0.1
|
||||
share_plus: ^7.2.1
|
||||
share_plus: ^8.0.2
|
||||
shared_preferences: ^2.2.0 # Pinned because https://github.com/flutter/flutter/issues/118401
|
||||
slugify: ^2.0.0
|
||||
sqflite_common_ffi: ^2.3.0+4
|
||||
sqflite_common_ffi: ^2.3.3
|
||||
sqlcipher_flutter_libs: ^0.6.1
|
||||
swipe_to_action: ^0.2.0
|
||||
tor_detector_web: ^1.1.0
|
||||
uni_links: ^0.5.1
|
||||
unifiedpush: ^5.0.1
|
||||
universal_html: ^2.2.4
|
||||
url_launcher: ^6.2.1
|
||||
vibration: ^1.8.3
|
||||
video_compress: ^3.1.1
|
||||
video_player: ^2.8.1
|
||||
wakelock_plus: ^1.1.3
|
||||
url_launcher: ^6.2.5
|
||||
video_compress: ^3.1.2
|
||||
video_player: ^2.8.5
|
||||
wakelock_plus: ^1.2.2
|
||||
webrtc_interface: ^1.0.13
|
||||
|
||||
dev_dependencies:
|
||||
|
|
@ -163,10 +162,3 @@ dependency_overrides:
|
|||
git:
|
||||
url: https://github.com/TheOneWithTheBraid/keyboard_shortcuts.git
|
||||
ref: null-safety
|
||||
# blocked upgrade of package_info_plus for null safety
|
||||
# https://github.com/creativecreatorormaybenot/wakelock/pull/203
|
||||
wakelock_windows:
|
||||
git:
|
||||
url: https://github.com/chandrabezzo/wakelock.git
|
||||
ref: main
|
||||
path: wakelock_windows/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue