We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://docs.flutter.dev/app-architecture/guide#optional-domain-layer
https://github.com/flutter/website/tree/main/src/content/app-architecture/guide.md#optional-domain-layer
In the image, there are ViewModel in both the UI layer and the Logic layer, but isn't the Logic layer actually a UseCase?
The ViewModel of the Logic layer is a UseCase.
In the image at the URL below, the Logic layer is labeled UseCase instead of ViewModel. https://docs.flutter.dev/app-architecture/guide#data-access-with-use-cases
The text was updated successfully, but these errors were encountered:
ericwindmill
No branches or pull requests
Page URL
https://docs.flutter.dev/app-architecture/guide#optional-domain-layer
Page source
https://github.com/flutter/website/tree/main/src/content/app-architecture/guide.md#optional-domain-layer
Describe the problem
In the image, there are ViewModel in both the UI layer and the Logic layer, but isn't the Logic layer actually a UseCase?
Expected fix
The ViewModel of the Logic layer is a UseCase.
Additional context
In the image at the URL below, the Logic layer is labeled UseCase instead of ViewModel.
https://docs.flutter.dev/app-architecture/guide#data-access-with-use-cases
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: