flutter_app_installer 2.0.0
flutter_app_installer: ^2.0.0 copied to clipboard
A app installer plugin, supports for installing apk with intent or silently on Android devices.
2.0.0 #
- BREAKING: Minimum SDK bumped to Android 5.0 (API 21)
- BREAKING: Requires Dart 3.0+ and Flutter 3.10+
- Upgraded AGP 7.2.0 → 8.3.2, Gradle 7.5 → 8.6, Kotlin 1.7.10 → 1.9.22
- Updated compileSdk to 34 and Java/Kotlin target to 17
- Supports building with JDK 11, 17, and 21 LTS
- Migrated example app to AGP 8.x plugin management
1.0.2 #
Solve the build error for namespace for AGP 8.0 compatibility.
1.0.1 #
- Minor fix to Kotlin lowercase error when compiling Flutter app