From 1a4988d1923335a78ae8c082fdcabec47305925d Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 10 Mar 2022 18:14:59 +0100 Subject: [PATCH] Update chewie & wakelock dependencies --- pubspec.lock | 13 ++++++++++--- pubspec.yaml | 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 651747c..1155a8d 100644 --- a/pubspec.lock +++ b/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: diff --git a/pubspec.yaml b/pubspec.yaml index 2b383d1..1f3a675 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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