smart_update_manager 0.0.1
smart_update_manager: ^0.0.1 copied to clipboard
A plug-and-play solution to detect app updates and enforce soft or force updates on Android and iOS.
CHANGELOG #
0.0.1 #
- Breaking Change: Renamed package from
flutter_app_update_managertosmart_update_manager. - Breaking Change: Renamed class from
FlutterAppUpdateManagertoSmartUpdateManager. - Feature: Added support for
updateButtonStyle,laterButtonStyle,titleTextStyle, andmessageTextStyleinUpdateDialog. - Fix: Added missing metadata to
pubspec.yaml(homepage, repository, issue_tracker). - Quality: Added widget tests and improved documentation.
- Initial release.
- Support for Force and Soft updates based on version thresholds.
- Robust numerical version comparison (ignoring build numbers).
- Platform-aware update dialogs (Material & Cupertino).
- Support for Google Play Store and Apple App Store redirection.
- Customizable messages, titles, and button labels.