Closed
Description
- Make FlutterView available via
View.of
- Migrate all framework usage of
window
singletons toView.of
- Remove single-view assumption from widgets library #117480
- Remove single-view assumption from material library #117486
- Remove hard-coded devicePixelRatio from
paintImage
#117477 - Remove hard-coded single-view assumption from
ScrollPhysics
#117478 - MediaQuery (Add MediaQuery to View #118004)
- Investigate: Remove MediaQuery from WidgetsApp #119377
- Remove references to dart:ui's window singleton #119296
- Remove other
dart:ui
window
/SingletonFlutterWindow
usage- Remove single window assumption from macrobenchmark #119368
- Refactor
TestWindow
andTestWidgetsFlutterBinding.window
for multi-window world #117481 - Implement the
dart:ui
part of Embrace the implicit view/multi-view dualism #120306 - Migrate samples/tests that render hand-crafted scenes directly to the new
implicitView
property (Remove more references to dart:ui.window #120994):- dev/integration_tests/windows_startup_test/lib/main.dart, line 31
- dev/benchmarks/macrobenchmarks/lib/src/web
- examples/layers/raw
- Remove
BindingBase.window
usage- Remove references to BindingBase.window #122119
- punted: Refactor accessibility guidelines to remove single window assumption #119364
- Cleanup TestWindow usage (part of Mark
TestWindow
as Deprecated #121915) - Migrate bindings to use the
implicitView
from 120306
- Migration guide for window singleton deprecation website#8283
- Deprecate
window
singletons - Remove
window
andSignletonFlutterWindow
usage from engine repo
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done