Skip to content

Feature/create account#43

Merged
ABDULLAHHG merged 50 commits intodevfrom
feature/create-account
Feb 21, 2026
Merged

Feature/create account#43
ABDULLAHHG merged 50 commits intodevfrom
feature/create-account

Conversation

@ABDULLAHHG
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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/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
…reate-account

# Conflicts:
#	lib/di/injection.dart
# Conflicts:
#	lib/presentation/navigation/routes.dart
#	lib/presentation/navigation/routes.g.dart
# Conflicts:
#	lib/core/di/injection.dart
#	lib/core/l10n/app_ar.arb
#	lib/core/l10n/app_en.arb
#	lib/presentation/login/widget/login_form.dart
#	lib/presentation/navigation/routes.dart
#	lib/presentation/navigation/routes.g.dart
emit(state.copyWith(isLoading: false));
},
onError: (error){
emit(state.copyWith(isLoading: false));
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

why not in 1 emission ?

trailing: AppLogo(assetPath: AppAssets.appBrand),
leading: AppBarCircleButton(
assetPath: AppAssets.icArrowLeft,
onTap: () => Navigator.pop(context),
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

is this the right usage of the go route library we have ? please double check

# Conflicts:
#	lib/core/l10n/app_ar.arb
#	lib/core/l10n/app_en.arb
#	lib/data/repository/authentication_repository.dart
#	lib/domain/repository/authentication_repository.dart
#	lib/presentation/navigation/routes.dart
#	lib/presentation/navigation/routes.g.dart
@ABDULLAHHG ABDULLAHHG merged commit 01af9ef into dev Feb 21, 2026
1 check passed
@ABDULLAHHG ABDULLAHHG deleted the feature/create-account branch February 21, 2026 00:11
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