Skip to content

Commit bfba783

Browse files
authored
Upgrade audioplayers to latest (#1462)
* 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”
1 parent 5bed41b commit bfba783

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

game_template/.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
/build/
3333
.fvm/
3434

35-
# Web related
36-
lib/generated_plugin_registrant.dart
37-
3835
# Symbolication related
3936
app.*.symbols
4037

game_template/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ dependencies:
1313
flutter:
1414
sdk: flutter
1515

16-
audioplayers: ^1.0.1
16+
audioplayers: ^1.1.0
1717
cupertino_icons: ^1.0.2
18-
go_router: ^4.4.1
19-
logging: ^1.0.2
18+
go_router: ^5.0.5
19+
logging: ^1.1.0
2020
provider: ^6.0.2
2121
shared_preferences: ^2.0.13
2222

0 commit comments

Comments
 (0)