github_release_apk_updater 1.0.4
github_release_apk_updater: ^1.0.4 copied to clipboard
A Flutter plugin to automatically check for, download, and install updates directly from GitHub releases.
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
win32betweengeolocatoranddevice_info_plusin 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.