jarvis 0.0.7
jarvis: ^0.0.7 copied to clipboard
Command-line interface (CLI) for generating a Flutter project
0.0.7 #
- Added Jarvis 2.0 template support with Clean Architecture and Flutter Workspace.
- Added Jarvis 2.0 GoRouter variant (4th template option).
- Added TemplateType enum for type-safe template selection.
- Added auto-detection of router type (AutoRoute/GoRouter) for Jarvis 2.0 projects when adding modules.
- Improved code quality by replacing string comparisons with enum-based selection.
0.0.6 #
- Minor fixes.
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