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