feat: auth

This commit is contained in:
efrilm
2025-08-16 17:48:49 +07:00
parent 255b10d5a9
commit edf067369d
9 changed files with 1006 additions and 79 deletions
+4
View File
@@ -9,6 +9,7 @@
// coverage:ignore-file
// ignore_for_file: no_leading_underscores_for_library_prefixes
import 'package:apskel_owner_flutter/application/auth/auth_bloc.dart' as _i945;
import 'package:apskel_owner_flutter/application/auth/login_form/login_form_bloc.dart'
as _i775;
import 'package:apskel_owner_flutter/application/language/language_bloc.dart'
@@ -91,6 +92,9 @@ extension GetItInjectableX on _i174.GetIt {
gh.factory<_i775.LoginFormBloc>(
() => _i775.LoginFormBloc(gh<_i49.IAuthRepository>()),
);
gh.factory<_i945.AuthBloc>(
() => _i945.AuthBloc(gh<_i49.IAuthRepository>()),
);
return this;
}
}