flavors_chef 0.2.0
flavors_chef: ^0.2.0 copied to clipboard
Interactive CLI toolkit for setting up Flutter project flavors.
0.2.0 #
- Add
flavors_chef:initcommand to generate documentedflavors_chef.yamltemplate - Add
flavors_chef:generateshortcut command (defaults to current directory andflavors_chef.yaml) - Integrate
flutter_launcher_iconswith per-flavor configuration support - Integrate
flutter_native_splashwith per-flavor configuration support - Add
launcher_iconsconfiguration section supporting allflutter_launcher_iconsoptions - Add
native_splashconfiguration section supporting allflutter_native_splashoptions - Generate per-flavor
flutter_launcher_icons-<flavor>.yamlfiles - Generate per-flavor
flutter_native_splash-<flavor>.yamlfiles - Automatically run launcher icon and splash screen generators during flavor setup
- Auto-detect project defaults (app name, bundle IDs) from
pubspec.yamlwhen generating config template - Improve README with better structure and user-friendly documentation
0.1.0 #
- Convert package into a Dart CLI for Flutter flavor automation.
- Add interactive wizard, asset pipeline, Android scaffolding, and Dart helpers.
- Provide initial iOS plist overlays and documentation for manual wiring.
- Introduce
--configflag to drive generation from a YAML file (non-interactive mode).