flutter/packages/flutter_test/lib
Renzo Olivares 5890a2fc73
SelectionArea's selection should not be cleared on loss of window focus (#148067)
This change fixes an issue where SelectionArea would clear its selection when the application window lost focus by first checking if the application is running. This is needed because `FocusManager` is aware of the application lifecycle as of https://github.com/flutter/flutter/pull/142930 , and triggers a focus lost if the application is not active.

Also fixes an issue where the `FocusManager` was not being reset on tests at the right time, causing it always to build with `TargetPlatform.android` as its context.
2024-05-20 23:45:08 +00:00
..
fix_data Reland: Update link branches to main (#146882) 2024-04-17 13:16:33 +00:00
src SelectionArea's selection should not be cleared on loss of window focus (#148067) 2024-05-20 23:45:08 +00:00
flutter_test.dart flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00