flutter_templify 0.2.5
flutter_templify: ^0.2.5 copied to clipboard
flutter_templify is a customizable CLI tool for managing Flutter app templates with YAML-based project definitions.
0.2.5 #
FIX: Fixed the 'create' command implementation to cd into the project before executing custom commands.
DEPS: Updated the main underlying darted_cli
package.
0.2.2 #
FIX: Updated pattern-matching for 'domain_name' to include dashed and underscore.
0.2.1 #
FIX: Fixed issues when cycling through empty folders in the structure. DOCS: Updated Changelog layout to TopDown.
0.2.0 #
Make sure to check the example.md file for the updated template file and usage examples.
CHORE: Some architecture enhancements.
DEPS: Updated the main underlying darted_cli
package.
FEAT: Now depends on the robust YAML validation from darted_cli
.
FEAT: Added template-sharing functionality with the new commands 'export' & 'import'.
FEAT: Added template-sharing functionality with the new commands 'export' & 'import'.
FEAT: Added new parameter 'extra_prompted_vars' in the template file to be able to prompt the user for project variables (e.g project_title, project_description, etc..).
FEAT: Now using the 'extra_prompted_vars' parameter, You can replace placeholders in the reference files with the prompted variables.
FEAT: Added new parameter 'custom_commands' in the template file for executing custom commands after the 'flutter create' command (e.g 'pub get' or 'dart analyze').
0.1.3 #
DEPS: Dart SDK update to 3.6.0.
DEPS: Dependency updates for darted_cli
and lints
.
CHORE: Some architecture enhancements.
0.1.2 #
CHORE: Minor fixes.
0.1.1 #
CHORE: Some fixes.
0.1.0 #
INIT: Initial commit in the repo.