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:
parent
cd7cafe315
commit
1a4988d192
13
pubspec.lock
13
pubspec.lock
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user