otp flow
This commit is contained in:
@@ -9,10 +9,16 @@ import 'core/routes/routes.dart';
|
||||
import 'core/utils/connectivity/network_connectivity.dart';
|
||||
import 'core/utils/language/localizations_delegate.dart';
|
||||
import 'core/utils/secure/secure_storage_service.dart';
|
||||
import 'features/OTP/bloc/OTP_bloc.dart';
|
||||
import 'features/biometric/presentation/bloc/biometric_bloc.dart';
|
||||
import 'features/biometric/presentation/bloc/biometric_event.dart';
|
||||
import 'features/countrySelection/bloc/GetCountry/getcountry_bloc.dart';
|
||||
import 'features/countrySelection/bloc/choose_country_bloc.dart';
|
||||
import 'features/otpVerification/presentation/bloc/otp_bloc.dart';
|
||||
import 'features/otpVerification/presentation/bloc/otp_event.dart';
|
||||
import 'features/otpVerification/presentation/bloc/timer/timer_bloc.dart';
|
||||
import 'features/otpVerification/presentation/bloc/timer/timer_event.dart';
|
||||
import 'features/register/presentation/bloc/register_bloc.dart';
|
||||
import 'shared/components/bloc/bottom_nav_bar/bottom_navigation_bloc.dart';
|
||||
import 'shared/components/bloc/language/lng_bloc.dart';
|
||||
import 'shared/components/bloc/language/lng_event.dart';
|
||||
@@ -105,6 +111,10 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
|
||||
BlocProvider(
|
||||
create: (_) => GetCountryBlock(),
|
||||
),
|
||||
BlocProvider(
|
||||
create: (_) => OTPBloc(),
|
||||
),
|
||||
|
||||
],
|
||||
child: ScreenUtilInit(
|
||||
builder: (BuildContext context, Widget? child) =>
|
||||
|
||||
Reference in New Issue
Block a user