1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-22 04:17:50 +00:00

Fix crashlytics in game_template (#1998)

This commit is contained in:
Filip Hracek
2023-08-31 03:37:49 +02:00
committed by GitHub
parent b0f2a6a86d
commit 612cf191d0
5 changed files with 38 additions and 179 deletions

View File

@@ -13,9 +13,9 @@ dependencies:
flutter:
sdk: flutter
audioplayers: ^5.0.0
audioplayers: ^5.1.0
cupertino_icons: ^1.0.2
go_router: ^10.0.0
go_router: ^10.1.2
logging: ^1.1.0
provider: ^6.0.2
shared_preferences: ^2.0.13
@@ -24,7 +24,7 @@ dependencies:
# delete the relevant line below, and get rid of any Dart code
# that references the dependency.
firebase_core: ^2.1.1 # Needed for Crashlytics below
firebase_crashlytics: ^3.0.3 # Error reporting
firebase_crashlytics: ^3.3.5 # Error reporting
games_services: ^3.0.0 # Achievements and leaderboards
google_mobile_ads: ^3.0.0 # Ads
in_app_purchase: ^3.0.1 # In-app purchases