- 12 Sep, 2022 1 commit
-
-
Greg Spencer authored
-
- 07 Sep, 2022 2 commits
-
-
Greg Spencer authored
-
Kenzie Davisson authored
-
- 02 Sep, 2022 1 commit
-
-
Pierre-Louis authored
-
- 10 Aug, 2022 1 commit
-
-
Ian Hickson authored
-
- 18 Jul, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 24 Jun, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 09 Jun, 2022 1 commit
-
-
Alexandre Ardhuin authored
-
- 25 May, 2022 1 commit
-
-
Pierre-Louis authored
Use `curly_braces_in_flow_control_structures` for `foundation`, `gestures`, `painting`, `physics` (#104610) * Use `curly_braces_in_flow_control_structures` for `foundation` * Use `curly_braces_in_flow_control_structures` for `gestures` * Use `curly_braces_in_flow_control_structures` for `painting` * Use `curly_braces_in_flow_control_structures` for `physics` * fix comments * remove trailing space * fix TODO style
-
- 29 Apr, 2022 2 commits
-
-
Zachary Anderson authored
This reverts commit ec8693e8.
-
Jonah Williams authored
-
- 28 Apr, 2022 1 commit
-
-
apeltop authored
-
- 04 Mar, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 11 Feb, 2022 1 commit
-
-
Ian Hickson authored
Add a BindingBase.debugBindingType() method to enable asserts that want to verify that the binding isn't initialized (#98226)
-
- 03 Feb, 2022 1 commit
-
-
Ian Hickson authored
-
- 15 Oct, 2021 1 commit
-
-
Ian Hickson authored
-
- 10 Sep, 2021 2 commits
-
-
Phil Quitslund authored
-
Jason Simmons authored
-
- 07 Sep, 2021 1 commit
-
-
Anis Alibegić authored
-
- 03 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 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
-
- 04 Jun, 2021 1 commit
-
-
Jonah Williams authored
-
- 21 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 14 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 13 May, 2021 1 commit
-
-
Ian Hickson authored
-
- 04 May, 2021 2 commits
-
-
Ian Hickson authored
- 26 Apr, 2021 1 commit
-
- 23 Apr, 2021 1 commit
-
-
Ian Hickson authored
* Migrate to ChannelBuffers.push * Move TestDefaultBinaryMessenger to its own file * Apply deprecations and fix usages
-
- 04 Mar, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 25 Jan, 2021 1 commit
-
-
Kenzie Schmoll authored
* Add connectedVmServiceUri service extension and set from flutter_tools
-
- 21 Jan, 2021 1 commit
-
-
Kenzie Schmoll 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
-