mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
initialized Dashboard Page
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
import 'package:syncrow_app/features/auth/bloc/auth_cubit.dart';
|
||||
import 'package:syncrow_app/features/home/bloc/home_cubit.dart';
|
||||
import 'package:syncrow_app/features/navigation/bloc/nav_cubit.dart';
|
||||
import 'package:syncrow_app/utils/resource_manager/color_manager.dart';
|
||||
import 'package:syncrow_app/utils/resource_manager/theme_manager.dart';
|
||||
|
||||
@ -21,7 +21,7 @@ class MyApp extends StatelessWidget {
|
||||
create: (context) => AuthCubit(),
|
||||
),
|
||||
BlocProvider(
|
||||
create: (context) => HomeCubit(),
|
||||
create: (context) => NavCubit(),
|
||||
),
|
||||
],
|
||||
child: MaterialApp(
|
||||
|
Reference in New Issue
Block a user