bottom navigation bar fix, portfolio ui update, academy ui update
This commit is contained in:
@@ -6,6 +6,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart';
|
||||
import 'core/routes/routes.dart';
|
||||
import 'core/utils/connectivity/network_connectivity.dart';
|
||||
import 'features/countrySelection/presentation/bloc/choose_country_bloc.dart';
|
||||
import 'shared/components/bloc/bottom_nav_bar/bottom_navigation_bloc.dart';
|
||||
|
||||
/* CREATED BY - JAYESH JAIN
|
||||
DATE - 24-05-2024
|
||||
@@ -54,9 +55,9 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
|
||||
BlocProvider(
|
||||
create: (context) => RadioBloc(),
|
||||
),
|
||||
// BlocProvider(
|
||||
// create: (context) => PasswordVisibilityBloc(),
|
||||
// ),
|
||||
BlocProvider(
|
||||
create: (_) => BottomNavigationBloc(),
|
||||
)
|
||||
],
|
||||
child: ScreenUtilInit(
|
||||
builder: (BuildContext context, Widget? child) => MaterialApp.router(
|
||||
|
||||
Reference in New Issue
Block a user