fluframe 0.1.0
fluframe: ^0.1.0 copied to clipboard
Generate production-ready Flutter apps from the fluFrame boilerplate — Riverpod 3, go_router, localization, theming, dio, and tests wired out of the box.
Changelog #
0.1.0 #
- Initial release.
fluframe create <name>scaffolds a production-ready Flutter app:- Riverpod 3 (manual notifiers), go_router
StatefulShellRoutetabs - freezed 3 + json_serializable models, dio with typed error mapping
- Localization (en/ko) via
flutter gen-l10n, Material 3 light/dark themes - Persisted settings (
SharedPreferencesAsyncbehind aKeyValueStore) --dart-define-from-fileflavors, very_good_analysis, unit + widget tests
- Riverpod 3 (manual notifiers), go_router
- Options:
--org,--description,--output-directory,--platforms,--no-pub.