From bfba783bc783bc637d88c345f74eeb900566d751 Mon Sep 17 00:00:00 2001 From: Filip Hracek Date: Fri, 7 Oct 2022 13:24:17 +0200 Subject: [PATCH] Upgrade audioplayers to latest (#1462) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Upgrade audioplayers to latest There have been some important fixes recently. This fixes #1315. Also, a fly-by upgrade of two other dependencies. * Delete .gitignore “heading” --- game_template/.gitignore | 3 --- game_template/pubspec.yaml | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/game_template/.gitignore b/game_template/.gitignore index a10187af6..cab51fb03 100644 --- a/game_template/.gitignore +++ b/game_template/.gitignore @@ -32,9 +32,6 @@ /build/ .fvm/ -# Web related -lib/generated_plugin_registrant.dart - # Symbolication related app.*.symbols diff --git a/game_template/pubspec.yaml b/game_template/pubspec.yaml index 096a96a1b..61966c7da 100644 --- a/game_template/pubspec.yaml +++ b/game_template/pubspec.yaml @@ -13,10 +13,10 @@ dependencies: flutter: sdk: flutter - audioplayers: ^1.0.1 + audioplayers: ^1.1.0 cupertino_icons: ^1.0.2 - go_router: ^4.4.1 - logging: ^1.0.2 + go_router: ^5.0.5 + logging: ^1.1.0 provider: ^6.0.2 shared_preferences: ^2.0.13