|
1 | 1 | import 'package:flutter/material.dart';
|
2 | 2 | import 'package:flutter_bloc/flutter_bloc.dart';
|
3 |
| -import 'package:mynotes/constants/routes.dart'; |
4 |
| -import 'package:mynotes/helper/loading/loading_screen.dart'; |
5 |
| -import 'package:mynotes/services/auth/bloc/auth_bloc.dart'; |
6 |
| -import 'package:mynotes/services/auth/bloc/auth_event.dart'; |
7 |
| -import 'package:mynotes/services/auth/bloc/auth_state.dart'; |
8 |
| -import 'package:mynotes/services/auth/firebase_auth_provider.dart'; |
9 |
| -import 'package:mynotes/views/login_view.dart'; |
10 |
| -import 'package:mynotes/views/forgot_password_view.dart'; |
11 |
| -import 'package:mynotes/views/home/home.dart'; |
12 |
| -import 'package:mynotes/views/register_view.dart'; |
13 |
| -import 'package:flutter_gen/gen_l10n/app_localizations.dart'; |
14 |
| -import 'package:mynotes/views/verify_email_view.dart'; |
15 |
| -import 'package:mynotes/extentions/buildcontext/loc.dart'; |
16 | 3 | import 'package:overlay_support/overlay_support.dart';
|
| 4 | +import 'package:flutter_gen/gen_l10n/app_localizations.dart'; |
| 5 | + |
| 6 | +import '/constants/routes.dart'; |
| 7 | +import '/helper/loading/loading_screen.dart'; |
| 8 | +import '/services/auth/bloc/auth_bloc.dart'; |
| 9 | +import '/services/auth/bloc/auth_event.dart'; |
| 10 | +import '/services/auth/bloc/auth_state.dart'; |
| 11 | +import '/services/auth/firebase_auth_provider.dart'; |
| 12 | +import '/views/login_view.dart'; |
| 13 | +import '/views/forgot_password_view.dart'; |
| 14 | +import '/views/home/home.dart'; |
| 15 | +import '/views/register_view.dart'; |
| 16 | +import '/views/verify_email_view.dart'; |
| 17 | +import '/extentions/buildcontext/loc.dart'; |
17 | 18 |
|
18 | 19 | void main() {
|
19 | 20 | WidgetsFlutterBinding.ensureInitialized();
|
|
0 commit comments