Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pavants777 committed Jan 5, 2024
2 parents 50640d4 + 52bc7d4 commit 49cb694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import 'package:get/get_navigation/src/root/get_material_app.dart';
import 'package:loading_animation_widget/loading_animation_widget.dart';
import 'package:provider/provider.dart';



Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
await Firebase.initializeApp(
Expand All @@ -16,6 +18,8 @@ Future<void> main() async {
runApp(const MyApp());
}



class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Expand Down

0 comments on commit 49cb694

Please sign in to comment.