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
+6
View File
@@ -0,0 +1,6 @@
part of 'auth_bloc.dart';
@freezed
class AuthEvent with _$AuthEvent {
const factory AuthEvent.fetchCurrentUser() = _FetchCurrentUser;
}