appdraft_flutter 1.0.7
appdraft_flutter: ^1.0.7 copied to clipboard
`appdraft_plugin` provides seamless background updates for Android apps built with Flutter. It checks for a new version, shows a customizable update dialog, and downloads the APK
1.0.0 - 2025-06-23 #
🎉 First stable release #
- Initial production-ready release of
appdraft_plugin - Enables automatic update flow for Android apps
- Checks remote JSON for latest version
- Displays native update dialog
- Downloads APK file in the background using Android DownloadManager
- Suitable for apps distributed outside of Google Play
- Designed for easy integration and full customization
Built and maintained by AppDraft
1.0.5 #
✨ Features #
- Added support for multiple active releases per app, based on
platform(Android/iOS) andenvironment(devorprod). - App distribution now respects the type:
store: opens the App Store or Play Store.external: downloads and installs the APK directly.
🛠 Improvements #
- SDK now automatically detects distribution method and handles it accordingly.
- Improved update logic with better version resolution and user experience.
✅ Compatibility #
- No breaking changes.
- Backward compatible with older server responses.