flutter_app_update_manager 0.0.3
flutter_app_update_manager: ^0.0.3 copied to clipboard
A Flutter package to easily manage in-app updates using Firebase Firestore.
0.0.3 #
- Added auto-setup feature to automatically create Firestore structure
- Added simplified Firestore structure with
isDiscontinued
andforceUpdate
flags - Improved version comparison to handle build numbers properly
- Added comprehensive debug logging for troubleshooting
- Fixed MaterialLocalizations error handling in dialog
- Updated README with new features and usage examples
- Added support for both simplified and legacy Firestore structures
0.0.2 #
- Fixed platform detection for iOS document name
- Added better error handling and logging
0.0.1 #
- Initial release of the package.
- Added basic functionality to check for app updates from Firebase Firestore.
- Included customizable update dialog.
- Added support for force and optional updates.
- Added support for discontinued versions.