main page
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
// coverage:ignore-file
|
||||
|
||||
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
||||
import 'package:apskel_pos_flutter_v2/application/auth/auth_bloc.dart' as _i343;
|
||||
import 'package:apskel_pos_flutter_v2/application/auth/bloc/login_form_bloc.dart'
|
||||
as _i185;
|
||||
import 'package:apskel_pos_flutter_v2/common/api/api_client.dart' as _i457;
|
||||
@@ -76,6 +77,9 @@ extension GetItInjectableX on _i174.GetIt {
|
||||
gh<_i204.AuthLocalDataProvider>(),
|
||||
),
|
||||
);
|
||||
gh.factory<_i343.AuthBloc>(
|
||||
() => _i343.AuthBloc(gh<_i776.IAuthRepository>()),
|
||||
);
|
||||
gh.factory<_i185.LoginFormBloc>(
|
||||
() => _i185.LoginFormBloc(gh<_i776.IAuthRepository>()),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user