github_release_apk_updater 1.0.6 copy "github_release_apk_updater: ^1.0.6" to clipboard
github_release_apk_updater: ^1.0.6 copied to clipboard

PlatformAndroid

A Flutter plugin to automatically check for, download, and install updates directly from GitHub releases.

1.0.6 #

🐛 Bug Fixes #

Android

  • Fixed build errors with Nullability and flow analysis for Kotlin (ConstraintSystem.proposalDue)
  • Fixed android/build.gradle.kts plugin configuration issues

🛠️ Build System #

Android

  • Migrated to modern Android Gradle Plugin configuration
  • Cleaned up deprecated buildscript and allprojects blocks
  • Added compileSdk = 36 for compatibility with latest Gradle versions
  • Updated android-compile-sdk-version.txt to 36

1.0.5 #

🐛 Bug Fixes #

Android

  • Fixed build errors with Nullability and flow analysis for Kotlin (ConstraintSystem.proposalDue)
  • Fixed android/build.gradle.kts plugin configuration issues

🛠️ Build System #

Android

-Migrated to modern Android Gradle Plugin configuration

  • Cleaned up deprecated buildscript and allprojects blocks
  • Added compileSdk = 36 for compatibility with latest Gradle versions

1.0.4 #

  • Updated package metadata and documentation for the latest release.
  • Improved changelog formatting and release note consistency.

1.0.3 #

  • Fixed issue where the plugin was not able to find the APK file in the GitHub releases.
  • Update example project to use the plugin

1.0.2 #

  • Fixed issue where the plugin was not able to find the APK file in the GitHub releases.
  • Added support download APK for multiple ABIs (CPU architectures).

1.0.1 #

  • Fixed dependency conflict with win32 between geolocator and device_info_plus in the project environment.

1.0.0 #

  • Initial release of github_release_apk_updater.
  • Added functionality to fetch the latest release from a GitHub repository.
  • Implemented APK downloading from GitHub assets to local device storage.
  • Added native Android support for launching APK installations.
  • Included a version comparison utility to detect available updates.
  • Provided a sample application demonstrating the full update lifecycle.
1
likes
160
points
284
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to automatically check for, download, and install updates directly from GitHub releases.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

dio, flutter, package_info_plus, path_provider, plugin_platform_interface

More

Packages that depend on github_release_apk_updater

Packages that implement github_release_apk_updater