flutter_dynamic_launcher_icon 1.0.0 copy "flutter_dynamic_launcher_icon: ^1.0.0" to clipboard
flutter_dynamic_launcher_icon: ^1.0.0 copied to clipboard

A Flutter plugin to dynamically change the app launcher icon on Android and iOS.

1.0.0 #

Breaking changes #

  • Minimum supported SDK is now Flutter 3.44 / Dart 3.12 (required for built-in Kotlin migration).

Added #

  • Swift Package Manager support for iOS (CocoaPods still supported during Flutter's transition period).

Changed #

  • Migrated Android build to built-in Kotlin.
  • Documented that iOS silent: true is unreliable (especially iOS 26+), uses private APIs, and is not recommended for production or App Store apps.
  • Added pub.dev topics and expanded public API documentation.

0.0.2 #

  • Added demo GIF preview in README.
  • Reduced demo GIF size for pub.dev compliance.

0.0.1 #

  • Initial release of flutter_dynamic_launcher_icon.
  • Added support for dynamically changing the app launcher icon on Android and iOS.
  • Provided a simple API for setting and resetting the app icon at runtime.