app_update_manager
A comprehensive Flutter package for managing app updates across Play Store, App Store, and custom backends with flexible update strategies.
1.0.2
66 downloads/mo
#3038 most downloaded on pub.dev
mixin27/app_update_manager
What this package is like to depend on
Last release 7 months ago
18 Jan 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
7 months old
3 releases · first in 2025
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Dec 2025 to Jan 2026
2026
Releases
latest 3-
1.0.218 Jan 2026 -
1.0.116 Jan 2026Release notes
Open source →- Add github ci and inline documents
- bumps: upgrade shared_preferences to
2.5.4 - App update now use
in_app_updateto check update in Android ifcustomUpdateUrlnot provide.
-
1.0.028 Dec 2025Release notes
Open source →- Initial release of app_update_manager
- Multi-platform support (Android, iOS, custom backends)
- Three update strategies: flexible, immediate, and optional
- Beautiful, customizable UI components (dialog and bottom sheet)
- Background update checking with WorkManager
- Version caching to reduce API calls
- Release notes display
- File size information
- Force updates for critical versions
- Minimum supported version enforcement
- Regional rollouts support
- A/B testing capabilities
- Analytics integration
- Network connectivity handling
- WiFi-only update option
- Semantic versioning support
- Comprehensive error handling
- Complete documentation and examples
Platform-Specific Features
Android
- Native in-app updates using Play Store API
- Flexible and immediate update flows
- Automatic Play Store page opening fallback
iOS
- App Store page opening
- iTunes API integration for version checking
All Platforms
- Custom update backend support
- Manual download and install (where supported)
- Cached update information
- User preference tracking (dismissed updates)
Developer Features
- Type-safe configuration
- Extensive customization options
- Analytics hooks
- Testing utilities
- Comprehensive examples
- Full API documentation