Skip to content

Conversation

@ABDULLAHHG
Copy link
Collaborator

create account screen

image

@ABDULLAHHG ABDULLAHHG self-assigned this Jan 21, 2026
Comment on lines 32 to 35
create: (context) => CreateAccountCubit(
context.read<AuthenticationValidator>(),
context.read<AuthenticationRepository>(),
),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you can use getIt? since you registerd it ?

Copy link
Collaborator

@mohamedshemees mohamedshemees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well done

await client.auth.signUp(
email: user.email,
password: password,
data: { "name" : user.username}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need all data user intered in flow to be sent in userdata like
currency , day of salary , etc ..

…reate-account

# Conflicts:
#	lib/core/l10n/app_ar.arb
#	lib/core/l10n/app_en.arb
#	lib/data/repository/authentication_repository.dart
#	lib/design_system/assets/app_assets.dart
#	lib/di/injection.dart
#	lib/domain/repository/authentication_repository.dart
#	pubspec.yaml
…reate-account

# Conflicts:
#	lib/design_system/assets/app_assets.dart
# Conflicts:
#	lib/data/repository/authentication_repository.dart
#	lib/design_system/assets/app_assets.dart
#	lib/di/injection.dart
#	lib/domain/entity/user.dart
#	lib/domain/validator/authentication_validator.dart
…reate-account

# Conflicts:
#	lib/design_system/assets/app_assets.dart
#	lib/di/injection.dart
#	pubspec.lock
#	pubspec.yaml
# Conflicts:
#	lib/di/injection.dart
#	lib/presentation/login/screen/login_screen.dart
@ZainabAlnajjar ZainabAlnajjar linked an issue Feb 8, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Main Screen

3 participants