Skip to content

Releases: irvine1231/flutter_app_installer

v2.0.0

19 Mar 08:02

Choose a tag to compare

  • 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

v1.0.2

17 Jul 15:49

Choose a tag to compare

Solve the build error for namespace for AGP 8.0 compatibility.

v1.0.1

11 Apr 07:33

Choose a tag to compare

  • Minor fix to Kotlin lowercase error when compiling Flutter app

v1.0.0

24 Jun 13:53

Choose a tag to compare

  • Change method call from static to non-static.
  • Upgrade Flutter, Kotlin, and gradle version.

v0.0.3

06 Aug 08:24

Choose a tag to compare

  • Update README.md

v0.0.2

06 Aug 08:16

Choose a tag to compare

  • Update README.md.

v0.0.1

06 Aug 08:14

Choose a tag to compare

  • Add versionName, versionCode, isDeviceRooted, isSystemApplication, and hasShellRootPermission properties.
  • Implements install apk with Android Intent.
  • Implements install apk silently.