jarvis 0.0.5
jarvis: ^0.0.5 copied to clipboard
Command-line interface (CLI) for generating a Flutter project
0.0.5 #
- Added GoRouter support.
0.0.4 #
- Update README file.
- Update CHANGELOG file.
- Update pubspec.yaml file.
0.0.3 #
-
Update README file.
-
Update CHANGELOG file.
-
Update pubspec.yaml file.
-
0.0.2 #
-
Update README file.
-
Update CHANGELOG file.
-
Update pubspec.yaml file.
-
Update the command from
emigmatojarvisfor the package name. -
Fix the issue with the
createcommand. -
Fix the issue with the
entitycommand.
0.0.1 #
- Added ability to create a new project with a custom package name
- Added ability to create a new project with a custom package description
- Added ability to generate a new feature module
- Added ability to generate a new entity (with mapper and model)
- Added ability to generate a new repository
- Added ability to generate a new use case