appdraft_flutter 1.0.9
appdraft_flutter: ^1.0.9 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
(dev
orprod
). - 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.