mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
## Description This adds app lifecycle notification for macOS and Linux, and adds a new `hidden` state to the `AppLifecycleState` enum. To be functional, this needs a corresponding framework change: https://github.com/flutter/flutter/pull/123274 ## Related Issues - https://github.com/flutter/flutter/issues/30735 ## Tests - Added tests for state changes.