1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-11-22 04:49:21 +00:00

Update chewie & wakelock dependencies

This commit is contained in:
Pierre HUBERT 2022-03-10 18:14:59 +01:00
parent cd7cafe315
commit 1a4988d192
2 changed files with 12 additions and 5 deletions

View File

@ -70,7 +70,7 @@ packages:
name: chewie name: chewie
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.2" version: "1.3.0"
chewie_audio: chewie_audio:
dependency: "direct main" dependency: "direct main"
description: description:
@ -603,7 +603,7 @@ packages:
name: provider name: provider
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "5.0.0" version: "6.0.2"
random_string: random_string:
dependency: "direct main" dependency: "direct main"
description: description:
@ -819,6 +819,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.0" version: "2.0.0"
very_good_analysis:
dependency: transitive
description:
name: very_good_analysis
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
video_player: video_player:
dependency: "direct main" dependency: "direct main"
description: description:
@ -867,7 +874,7 @@ packages:
name: wakelock name: wakelock
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.5.6" version: "0.6.1+2"
wakelock_macos: wakelock_macos:
dependency: transitive dependency: transitive
description: description:

View File

@ -83,7 +83,7 @@ dependencies:
flutter_webrtc: ^0.8.0 flutter_webrtc: ^0.8.0
# Prevent phone from auto-locking during calls # Prevent phone from auto-locking during calls
wakelock: ^0.5.2 wakelock: ^0.6.1+2
# Pick any kind of file # Pick any kind of file
file_picker: ^4.3.0 file_picker: ^4.3.0
@ -106,7 +106,7 @@ dependencies:
# Video / Audio player # Video / Audio player
video_player: ^2.0.2 video_player: ^2.0.2
chewie_audio: ^1.1.2 chewie_audio: ^1.1.2
chewie: ^1.2.0 chewie: ^1.3.0
# Determine file mime type # Determine file mime type
mime: ^1.0.0 mime: ^1.0.0