From 9f6fae7213ba792a15ae9687415fb37811cc7f53 Mon Sep 17 00:00:00 2001 From: Rich Hall Date: Tue, 7 Jun 2022 13:45:21 +1000 Subject: [PATCH] updatedCrashlytics link in main.dart (#1301) --- game_template/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_template/lib/main.dart b/game_template/lib/main.dart index 4305a4861..36026f9bb 100644 --- a/game_template/lib/main.dart +++ b/game_template/lib/main.dart @@ -35,7 +35,7 @@ import 'src/win_game/win_game_screen.dart'; Future main() async { // Uncomment the following lines to enable Firebase Crashlytics. - // See lib/src/crashlytics/README.md for details. + // See the 'Crashlytics' section of the main README.md file for details. FirebaseCrashlytics? crashlytics; // if (!kIsWeb && (Platform.isIOS || Platform.isAndroid)) {