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