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

Upgrade game_template's dependencies (#1426)

This commit is contained in:
Filip Hracek
2022-09-10 02:47:23 +02:00
committed by GitHub
parent 6329e7a148
commit 0805ba38fb
6 changed files with 41 additions and 47 deletions

View File

@@ -13,9 +13,9 @@ dependencies:
flutter:
sdk: flutter
audioplayers: ^0.20.1
audioplayers: ^1.0.1
cupertino_icons: ^1.0.2
go_router: ^3.0.1
go_router: ^4.4.1
logging: ^1.0.2
provider: ^6.0.2
shared_preferences: ^2.0.13
@@ -26,14 +26,14 @@ dependencies:
firebase_core: ^1.15.0 # Needed for Crashlytics below
firebase_crashlytics: ^2.8.1 # Error reporting
games_services: ^3.0.0 # Achievements and leaderboards
google_mobile_ads: ^1.1.0 # Ads
google_mobile_ads: ^2.0.1 # Ads
in_app_purchase: ^3.0.1 # In-app purchases
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.9.2
flutter_launcher_icons: ^0.10.0
flutter_lints: ^2.0.1
test: ^1.19.0