maintenance_manager library
Classes
- MaintenanceConfig
- Configuration for the MaintenanceMode widget.
- MaintenanceDataSource
- Abstract base class for fetching maintenance configuration. Implement this to provide custom logic (e.g. Firebase Remote Config).
- MaintenanceHttpSource
- A default implementation of MaintenanceDataSource that fetches from a URL.
- MaintenanceMode
- A widget that manages maintenance mode for the application.
- MaintenanceModel
- Represents the maintenance status and configuration fetched from a source.
- MaintenanceScreen
- A default maintenance screen that shows a message and a retry button.