1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Update to audioplayers 3.0.0 in game_template (#1591)

This commit is contained in:
Parker Lougheed
2023-01-24 18:39:16 -06:00
committed by GitHub
parent 5401bb88b4
commit 294ea4ff8f

View File

@@ -7,13 +7,13 @@ publish_to: 'none'
version: 0.0.1+1 version: 0.0.1+1
environment: environment:
sdk: ">=2.17.0-0 <3.0.0" sdk: ">=2.18.0 <3.0.0"
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
audioplayers: ^2.0.0 audioplayers: ^3.0.0
cupertino_icons: ^1.0.2 cupertino_icons: ^1.0.2
go_router: ^6.0.1 go_router: ^6.0.1
logging: ^1.1.0 logging: ^1.1.0