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
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.2"
version: "1.3.0"
chewie_audio:
dependency: "direct main"
description:
@ -603,7 +603,7 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.0"
version: "6.0.2"
random_string:
dependency: "direct main"
description:
@ -819,6 +819,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
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:
dependency: "direct main"
description:
@ -867,7 +874,7 @@ packages:
name: wakelock
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.6"
version: "0.6.1+2"
wakelock_macos:
dependency: transitive
description:

View File

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