v1.0.0 — First Stable Release
bee_dynamic_launcher is now stable 🎉
Switch Android and iOS launcher icons from Flutter using one JSON catalog and one CLI flow.
What you get
- Dynamic launcher icon switching on Android and iOS
- JSON-driven variant catalog (
catalog.json+ic_<id>.png) - In-app preview helpers via
LauncherCatalog - Native sync CLI via
dart run bee_dynamic_launcher
CLI highlights
- Validate catalog and icon consistency (
--scan,--scan --strict) - Check native setup without writes (
--check-android-manifest,--check-ios-pbxproj) - Generate native resources and icon outputs in one command
Docs
- Setup and platform guides: https://github.com/dedinopriadi/bee_dynamic_launcher#readme
- Package page: https://pub.dev/packages/bee_dynamic_launcher
Thanks to everyone who helped shape this initial stable release.