fixed AppBar null check

This commit is contained in:
Mohammad Salameh
2024-03-15 22:23:34 +03:00
parent c5f1b8d090
commit 8ac164f0c5
2 changed files with 21 additions and 13 deletions

View File

@ -27,6 +27,7 @@ class MyApp extends StatelessWidget {
create: (context) => AuthCubit(),
),
BlocProvider(
lazy: false,
create: (context) => NavCubit(),
),
BlocProvider(