app_updater_flutter 1.0.0
app_updater_flutter: ^1.0.0 copied to clipboard
A robust, modular update checker for Flutter. Supports Android (Play Store) & iOS (App Store) with native UI, scraping fallback, and custom JSON sources.
1.0.0 #
- Initial release with robust update checking for Android (Play Store) & iOS (App Store).
-
- Added
UpdaterListener**: A declarative widget for simpler app integration and lifecycle management.
- Added
-
- Added
UpgradeDialogStyle.adaptive**: Automatically usesAlertDialog(Material) on Android andCupertinoAlertDialogon iOS.
- Added
-
- Added
UpdateConfigoptions to customize action button text styles (updateButtonTextStyle,laterButtonTextStyle,ignoreButtonTextStyle).
- Added
-
- Added comprehensive dartdoc comments added to all public APIs for better developer experience.