Usecase:
We can create a flow of creating the required pages for creating a feature/module in the clean architecture. The default files with boilerplate code to be created are:
- ./lib/di/*_module.dart
- .lib/feature/*_page_view_model.dart
- .lib/feature/*_page_view.dart
- .lib/feature/*_page.dart
Also we can add the location route in the locations file.
- .lib/main/location.dart
As right now ./cleancli will directly start the API creation procedure, we can change that to take path params with the command and based on that we can execute the necessary actions.
Usecase:
We can create a flow of creating the required pages for creating a feature/module in the clean architecture. The default files with boilerplate code to be created are:
Also we can add the location route in the locations file.
As right now ./cleancli will directly start the API creation procedure, we can change that to take path params with the command and based on that we can execute the necessary actions.