main page

This commit is contained in:
efrilm
2025-10-24 02:02:21 +07:00
parent 59062f9af1
commit 05609d592d
14 changed files with 339 additions and 25 deletions
+4
View File
@@ -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>()),
);