flutter_app_auto_update_checker 1.0.1
flutter_app_auto_update_checker: ^1.0.1 copied to clipboard
A lightweight, cross-platform Flutter package that automatically checks for app updates from Google Play Store and Apple App Store, compares versions, and shows customizable update dialogs.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2025-01-13 #
Added #
- Initial release of flutter_app_auto_update_checker
UpdateCheckerServicefor checking app updates from Google Play Store and Apple App StoreAppUpdateInfomodel class for storing update informationUpdateDialogwidget for displaying customizable update dialogs- Support for Android and iOS platforms
- Automatic version comparison using semantic versioning
- Release notes support
- Critical/forced update support
- Comprehensive documentation and examples
- Unit tests for core functionality
Features #
- ✅ Cross-platform support (Android & iOS)
- ✅ Automatic version checking from app stores
- ✅ Smart version comparison
- ✅ Customizable update dialog with release notes
- ✅ Easy integration with minimal code
- ✅ Lightweight with no heavy dependencies
- ✅ Production-ready