redo_boilerplate 1.0.2
redo_boilerplate: ^1.0.2 copied to clipboard
CLI to scaffold Flutter boilerplate (themes, dependencies, folders)
1.0.0 #
- Initial release: CLI scaffolding, architecture selection, constants/networking/theme generation,
redo_boilerexecutable.
1.0.1 #
- Improved the readme file and a minor error.
1.0.2 #
- Removed theme folder from src structure, now only generates theme files in lib/constants/theme
- Updated app.dart template to use proper theme imports from constants/theme/theme.dart
- Added localization support with options for Nepali (np) and English (en)
- Generates l10n.yaml and l10n folder with appropriate language files when localization is enabled