- 10 Aug, 2022 1 commit
-
-
Ian Hickson authored
-
- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 26 May, 2022 1 commit
-
-
Pierre-Louis authored
* Use `curly_braces_in_flow_control_structures` for `widgets` * fix comments * fix comments
-
- 17 May, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 29 Apr, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit ec8693e8.
-
Jonah Williams authored
-
- 15 Apr, 2022 1 commit
-
-
Kenzie Davisson authored
-
- 14 Apr, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 12 Apr, 2022 1 commit
-
-
Daniel Agbemava authored
-
- 04 Apr, 2022 1 commit
-
-
Greg Spencer authored
Implements a PlatformMenuBar widget and associated data structures for defining menu bars that use native APIs for rendering. This PR includes: A PlatformMenuBar class, which is a widget that menu bar data can be attached to for sending to the platform. A PlatformMenuDelegate base, which is the type taken by a new WidgetsBinding.platformMenuDelegate. An implementation of the above in DefaultPlatformMenuDelegate that talks to the built-in "flutter/menu" channel to talk to the built-in platform implementation. The delegate is so that a plugin could override with its own delegate and provide other platforms with native menu support using the same widgets to define the menus. This is the framework part of the implementation. The engine part will be in flutter/engine#32080 (and flutter/engine#32358)
-
- 04 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 08 Feb, 2022 1 commit
-
-
Jonah Williams authored
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 07 Dec, 2021 1 commit
-
-
Dan Field authored
-
- 19 Jul, 2021 1 commit
-
-
Kenzie (Schmoll) Davisson authored
* Reset default UserTag at the time of the first flutter frame
-
- 15 Jul, 2021 1 commit
-
- 14 Jul, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 31de052e.
-
Ian Hickson authored
-
- 13 Jul, 2021 2 commits
-
-
Ian Hickson authored
This reverts commit e2490f29.
-
Ian Hickson authored
-
- 24 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 15 Apr, 2021 2 commits
-
-
Michael Goderbauer authored
-
Dan Field authored
-
- 31 Mar, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Mar, 2021 1 commit
-
-
xubaolin authored
-
- 16 Feb, 2021 1 commit
-
-
Jonah Williams authored
-
- 11 Feb, 2021 2 commits
-
-
Todd Volkert authored
This call is unnecessary and wasteful for callers that are building parallel widget trees, since for those use cases, the caller is generally going to build the tree synchronously immediately.
-
Todd Volkert authored
This can be useful for offscreen widget trees, where the caller wants to completely tear down the tree (properly clean up) when they're done with the tree, to ensure they're not leaving behind any event listeners that could be registered by child elements (which could lead to memory leaks and unexpected behavior).
-
- 21 Jan, 2021 1 commit
-
-
Kate Lovett authored
Remove deprecated WaitUntil[NoTransientCallbacks, NoPendingFrame, FirstFrameRasterized] methods from flutter_driver (#73754)
-
- 08 Jan, 2021 1 commit
-
-
Kate Lovett authored
-
- 24 Dec, 2020 1 commit
-
-
Kate Lovett authored
-
- 22 Dec, 2020 1 commit
-
-
Jacob Moura authored
-
- 11 Dec, 2020 1 commit
-
-
Michael Goderbauer authored
-
- 12 Nov, 2020 1 commit
-
-
Greg Spencer authored
This reverts usages of the binding's platformDispatcher to use window again temporarily, because there isn't a TestPlatformDispatcher yet, and so some tests were failing because they mocked the TestWindow to return certain things (locales) that were returning the real values instead of the test values. Once I've created a TestPlatformDispatcher to allow fake data to be passed to it, we can go back to using the platformDispatcher in all of these places
-
- 09 Nov, 2020 1 commit
-
-
Greg Spencer authored
Remove references to `Window`, and switch usages to `PlatformDispatcher` or `SingletonFlutterWindow` (#69617) * Remove references to dart:ui.Window, and point usages to PlatformDispatcher or SingletonFlutterWindow, as appropriate * remove new test platform dispatchers * Amend documentation
-
- 02 Nov, 2020 1 commit
-
-
Greg Spencer authored
-
- 22 Oct, 2020 1 commit
-
-
Dan Field authored
Move service extension to correct binding so images are repainted after enabling/disabling, update test (#68793) * Move service extension to correct binding so images are repainted after enabling/disabling, update test * Update binding.dart
-
- 27 Sep, 2020 1 commit
-
-
Alexandre Ardhuin authored
* apply upcoming lint cast_nullable_to_non_nullable * make RenderObjectElement.renderObject non-nullable
-