ground_control 1.0.0
ground_control: ^1.0.0 copied to clipboard
A lightweight Flutter package that handles no-internet detection, force updates, maintenance mode, and what's new changelogs via remote JSON config.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2026-04-18 #
Added #
- Initial release of GroundControl.
GroundControlShellwidget for wrapping the entire application.- Remote JSON configuration support.
- Maintenance Mode with blocking UI and estimated end time.
- Force Update logic with platform-specific store redirection.
- "What's New" changelog popup with local version persistence.
- No-internet detection with automatic/manual retry and countdown.
- Full theme customization via
GroundControlTheme. - Support for custom screen overrides.
- Background periodic re-checking and foreground resume detection.
- Config caching for robust offline performance.
- Interactive example app with "Mock Server Panel".
- Semantic version comparison utility.