maintenance_manager 0.0.2
maintenance_manager: ^0.0.2 copied to clipboard
A lightweight, flexible Flutter package for handling remote maintenance mode with built-in UI, custom overrides, and version-based bypass.
0.0.2 #
- New Feature: Added support for Scheduled Maintenance windows. Provide
start_timeandend_timein your remote config to automatically manage maintenance blocks. - The maintenance screen now displays an "Estimated back at: HH:mm" message when
endTimeis available. - Updated the example app to include a simulation for Scheduled Maintenance.
0.0.1* Initial release of maintenance_manager. #
- Support for remote maintenance mode configuration via HTTP or custom data sources.
- Default maintenance UI with customization options.
- App version whitelisting to bypass maintenance.
- Fail-safe behavior configuration.