mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-19 02:43:50 +02:00
chore: use proper indentation on commented code in example
This commit is contained in:
parent
6fbe1e67d2
commit
8cd808b158
1 changed files with 14 additions and 13 deletions
|
@ -19,7 +19,7 @@ class MyApp extends StatelessWidget {
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
),
|
),
|
||||||
home: const MyHomePage(),
|
home: const MyHomePage(),
|
||||||
// FutureBuilder(
|
// home: FutureBuilder(
|
||||||
// future: Firebase.initializeApp(
|
// future: Firebase.initializeApp(
|
||||||
// options: DefaultFirebaseOptions.currentPlatform,
|
// options: DefaultFirebaseOptions.currentPlatform,
|
||||||
// ),
|
// ),
|
||||||
|
@ -30,7 +30,8 @@ class MyApp extends StatelessWidget {
|
||||||
// );
|
// );
|
||||||
// }
|
// }
|
||||||
// return const MyHomePage();
|
// return const MyHomePage();
|
||||||
// }),
|
// },
|
||||||
|
// ),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue