Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add domain layer #3

Merged
merged 1 commit into from
Jun 24, 2023
Merged

add domain layer #3

merged 1 commit into from
Jun 24, 2023

Conversation

trunghvbk
Copy link
Owner

@trunghvbk trunghvbk commented Jun 24, 2023

#1
Follow this article to add Domain Layer
https://codewithandrea.com/articles/flutter-app-architecture-domain-model/
Noted

Here are some tips you may use as you design and build your apps:

- explore the domain model and figure out what concepts and behaviors you need to represent
- express those concepts as entities along with their relationships
- implement the corresponding Dart model classes
- translate the behaviors into working code (business logic) that operates on those model classes
- add unit tests to verify the behaviors are implemented correctly
As you do that, think about what data you need to show in the UI and how the user will interact with it.

@trunghvbk trunghvbk merged commit 75f47e9 into main Jun 24, 2023
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.

1 participant