mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 20:04:55 +00:00
fixed AppBar null check
This commit is contained in:
@ -27,6 +27,7 @@ class MyApp extends StatelessWidget {
|
||||
create: (context) => AuthCubit(),
|
||||
),
|
||||
BlocProvider(
|
||||
lazy: false,
|
||||
create: (context) => NavCubit(),
|
||||
),
|
||||
BlocProvider(
|
||||
|
||||
Reference in New Issue
Block a user