force_updater 1.1.0
force_updater: ^1.1.0 copied to clipboard
Smart app version manager for Flutter. Add force update walls, soft update banners, and maintenance screens in 2 lines of code. Features 6 premium Material 3 UI themes.
1.1.0 #
- Code Quality Fix: Bug Fix.
1.0.2 #
- Documentation Update: Migrated to external raw GitHub image hosting to resolve pub.dev rendering limitations for screenshots.
1.0.1 #
1.0.0 #
- Initial Stable Release of force_updater! 🎉
- 5 Premium Visual Layouts: Pre-built themes out-of-the-box (
glassmorphism,classic,minimalist,gradient, andbottomSheet) that adapt instantly to your app's Material 3 design and typography. - Custom UI Override support: Introduce the
showDefaultDialogparameter to easily suppress default dialog overlays and build completely custom alert panels or snacker banners insideonVersionResolved. - System Dark Mode support: Added native
ThemeMode.systemsupport to the fallback full-screen Maintenance screen. - Smart DX Hot Reloading: Dynamic local caching and memory management to seamlessly pop and rebuild dialogs on code edits or style changes during interactive mock testing.
- Real-time background checking: Background polling and lifecycle state checks (
checkOnResume) to capture updates immediately when the app resumes from sleep. - Zero Dependencies: Pure Dart semver parsing and layout engines ensuring maximum speed and zero dependency conflicts.