Skip to content

Feature/transaction details domain data#78

Open
yousef-osama11 wants to merge 5 commits intodevfrom
feature/transaction_details_domain_data
Open

Feature/transaction details domain data#78
yousef-osama11 wants to merge 5 commits intodevfrom
feature/transaction_details_domain_data

Conversation

@yousef-osama11
Copy link
Collaborator

No description provided.

@yousef-osama11 yousef-osama11 self-assigned this Feb 9, 2026
@override
Future<Transaction> getTransactionDetails(int id) async {
throw UnimplementedError('getTransactionDetails not implemented');
Future<Transaction> getTransactionDetails(String id) async {
Copy link
Contributor

Choose a reason for hiding this comment

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

consider using our Result class we created for error handling, you can find an example for its usage in LoginCubit, to unify our work for error handling

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.

3 participants