Skip to content

Similar flow for creating pages for respective modules #1

@sivaperumal644

Description

@sivaperumal644

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:

  1. ./lib/di/*_module.dart
  2. .lib/feature/*_page_view_model.dart
  3. .lib/feature/*_page_view.dart
  4. .lib/feature/*_page.dart

Also we can add the location route in the locations file.

  1. .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.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions