Skip to content

v1.0.0 — First Stable Release

Choose a tag to compare

@dedinopriadi dedinopriadi released this 14 Apr 13:35
· 5 commits to main since this release
38bf514

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

Thanks to everyone who helped shape this initial stable release.