Android
- Migrated to Flutter's Built-in Kotlin — the plugin no longer applies the Kotlin Gradle Plugin itself; Flutter's Gradle plugin auto-applies KGP on the plugin subproject instead. This silences the
Your app uses the following plugins that apply Kotlin Gradle Plugin (KGP)warning that Flutter printed on every consumer build, and prepares the plugin for AGP 9. Matches the pattern used across all currentflutter/packagesplugins. (#42) - example: bumped the Android toolchain — Gradle 8.14, AGP 8.11.1, Kotlin 2.2.20. (#42)
Requirements
- Minimum Flutter is now 3.44 / Dart 3.12, as required by the Built-in Kotlin migration. No Dart API changed — pub automatically resolves consumers on older SDKs to
dotlottie_flutter: 0.1.6.
Docs
- README now leads with the project title and logo. (#40)
Full changelog: v0.1.6...v0.1.7