Home page

This commit is contained in:
mohammad
2024-08-06 11:21:14 +03:00
parent 09dc49b630
commit 1f5a119c60
11 changed files with 521 additions and 665 deletions

View File

@ -17,7 +17,6 @@ class LoginButtonPressed extends AuthEvent {
List<Object> get props => [username, password];
}
class CheckBoxEvent extends AuthEvent {
final bool? newValue;
@ -49,4 +48,8 @@ class PasswordVisibleEvent extends AuthEvent{
final bool? newValue;
const PasswordVisibleEvent({required this.newValue,});
}
}
class RegionInitialEvent extends AuthEvent {}
class SelectRegionEvent extends AuthEvent {}