hoshika_flkit 0.2.0
hoshika_flkit: ^0.2.0 copied to clipboard
A CLI tool to generate Flutter projects.
0.2.0 #
- Add
flkit add feature <name>. - Generate feature-first folders with presentation, application, data, domain, and i18n files.
- Add language detection and
--languagesfor feature generation. - Add optional Slang generation after adding a feature.
- Add
AGENTS.mdandflkit.yamlto generated starter projects.
0.1.0 #
- Initial FLKit CLI release.
- Add
flkit createwith starter and custom creation flows. - Add a feature-first Flutter starter.
- Add platform selection for mobile, desktop, and web targets.
- Add Slang i18n setup with English and French starter translations.
- Add GoRouter, Theme Tailor, Envied, Freezed, JSON Serializable, optional Riverpod Generator, and optional Dio.
- Add
flkit --version, starter usage example, and minimal CLI tests.