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