mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
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”
This commit is contained in:
3
game_template/.gitignore
vendored
3
game_template/.gitignore
vendored
@@ -32,9 +32,6 @@
|
|||||||
/build/
|
/build/
|
||||||
.fvm/
|
.fvm/
|
||||||
|
|
||||||
# Web related
|
|
||||||
lib/generated_plugin_registrant.dart
|
|
||||||
|
|
||||||
# Symbolication related
|
# Symbolication related
|
||||||
app.*.symbols
|
app.*.symbols
|
||||||
|
|
||||||
|
|||||||
@@ -13,10 +13,10 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
audioplayers: ^1.0.1
|
audioplayers: ^1.1.0
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
go_router: ^4.4.1
|
go_router: ^5.0.5
|
||||||
logging: ^1.0.2
|
logging: ^1.1.0
|
||||||
provider: ^6.0.2
|
provider: ^6.0.2
|
||||||
shared_preferences: ^2.0.13
|
shared_preferences: ^2.0.13
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user