1
0
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:
Filip Hracek
2022-10-07 13:24:17 +02:00
committed by GitHub
parent 5bed41b30d
commit bfba783bc7
2 changed files with 3 additions and 6 deletions

View File

@@ -32,9 +32,6 @@
/build/
.fvm/
# Web related
lib/generated_plugin_registrant.dart
# Symbolication related
app.*.symbols

View File

@@ -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