1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

updatedCrashlytics link in main.dart (#1301)

This commit is contained in:
Rich Hall
2022-06-07 13:45:21 +10:00
committed by GitHub
parent e3b51bb17f
commit 9f6fae7213

View File

@@ -35,7 +35,7 @@ import 'src/win_game/win_game_screen.dart';
Future<void> main() async { Future<void> main() async {
// Uncomment the following lines to enable Firebase Crashlytics. // 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; FirebaseCrashlytics? crashlytics;
// if (!kIsWeb && (Platform.isIOS || Platform.isAndroid)) { // if (!kIsWeb && (Platform.isIOS || Platform.isAndroid)) {