github_apk_updater 1.0.9
github_apk_updater: ^1.0.9 copied to clipboard
Auto-update your Flutter Android app via GitHub Releases. Zero cost, zero third-party services, zero server needed. Just push to GitHub — users get update dialog automatically.
1.0.9 #
- Fixed "Update Now" button failing to trigger on Android 11+ due to missing intent queries. The URL is now launched unconditionally.
1.0.8 #
- Reverted to stable browser-based external download and installation flow to ensure maximum device compatibility. Removed
open_filexandpath_providerdependencies.
1.0.7 #
- Fix the issue in inAppUpdate
1.0.6 #
- Fixed repository URL mismatch affecting pub.dev package verification
- Redesigned update dialog with a modern, cleaner UI that adapts perfectly to the app's primary theme color
- Improved documentation layout highlighting Android permissions
1.0.5 #
- Minor fixes and stability improvements
1.0.4 #
- Added dartdoc comments to all public classes and methods
- Added example app for pub.dev
1.0.3 #
- Fixed all deprecated withOpacity → withValues
- Fixed homepage URL in pubspec.yaml
1.0.2 #
- Added workflow file instructions to README
- Fixed platform support to Android only
1.0.1 #
- Fixed deprecated withOpacity usage
- Removed unused imports
1.0.0 #
- Initial release