- 16 Feb, 2021 4 commits
-
-
Michael Goderbauer authored
-
Jonah Williams authored
On windows, its not possible to run 2 integration tests using flutter-tester simultaneously. This is due to the flutter tester using a fixed location for its dill output. Use a temp dir instead. Also replace the custom log reader in flutter-tester with the desktop log reader, and ensure stopApp waits for the process exit code. Fixes #75534
-
stuartmorgan authored
-
engine-flutter-autoroll authored
-
- 15 Feb, 2021 3 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
godofredoc authored
This is because the command was actually collecting logs continuously from the device. Additionally idevicesyslog does not have a reboot option. Bug: https://github.com/flutter/flutter/issues/76027
-
- 14 Feb, 2021 1 commit
-
-
Ian Hickson authored
-
- 13 Feb, 2021 5 commits
-
-
engine-flutter-autoroll authored
10b40ddae Update video_player_web to point to new video_player_interface (flutter/plugins#3536) (#75985)
-
Yash Johri authored
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
Todd Volkert authored
The FocusManager constructor was registering global event handlers on the shared RawKeyboard instance and the global pointer router. This posed a few problems: (1) there was no way to unregister these handlers, and (2) instantiating a second FocusManager would overwrite the existing focus manager's RawKeyboard handler. This was manifesting in unexpected ways, such as the fact that constructing a second BuildOwner (for a parallel tree, for instance) was obliterating the event handler for the main BuildOwner's focus manager, thus messing with focus. This change separates those global event registrations into a dedicated method, registerGlobalHandlers(), and overrides dispose() to properly unregister those handlers.
-
- 12 Feb, 2021 18 commits
-
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
Greg Spencer authored
This updates the onKey handler of the FocusNode that the Focus widget manages when the widget is updated and the handler has changed. Also added a setter for onKey to the FocusNode.
-
engine-flutter-autoroll authored
-
Hidenori Matsubayashi authored
-
Jonah Williams authored
[flutter_tools] move gradle helper methods into AndroidBuilder class body, split unit tests (#75931)
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Nathan Walker authored
This PR replaces the ColoredBox that ListTile uses with an Ink widget. That Ink widget is given a ShapeDecoration with the ListTile's color and shape. This fixes issues where the ListTile color would obscure material ripple effects, and cause the specified shape to not be respected.
-
keyonghan authored
-
godofredoc authored
flutter update-packages from the recipe was removed in favor of each test running pub get in their dependencies.
-
Jonah Williams authored
-
Abhishek Ghaskata authored
-
engine-flutter-autoroll authored
* 7e48c4267 [web] Fix svg stroke when style is not provided (flutter/engine#24153) * b9ecd8aca Always set change type to cancel with `touchesCancelled` on iOS platform view (flutter/engine#24333)
-
Ian Hickson authored
-
Tim Sneath authored
-
Hans Muller authored
This reverts commit 705cebb2.
-
engine-flutter-autoroll authored
* 7624d9eb7 add post merge labeler (flutter/plugins#3532) * 31a631cb0 [wifi_info_flutter] Migrate to null safety (flutter/plugins#3425) * acabfe666 Bump ffi dependencies (flutter/plugins#3540)
-
- 11 Feb, 2021 9 commits
-
-
godofredoc authored
* Add flutter update packages to some tests. Analyzer_benchmark and flutter_test_performance require to pub get multiple directories. Rather than delegating the recipes to run flutter update-packages we explicitly running on tests that need it. Bug: https://github.com/flutter/flutter/issues/75524 * Add pub get directly on the analyis classes. * Run flutter get in dev/tools. * Fix directory path. * Add more dependency directories. * Fix typo. * Add more dependencies. * Add stocks dependency. * Fix paths to some apps. * Add more dependencies. * Complete dependencies definition. * More analysis dependencies. * Add examples dependencies. * Dev tool dependencies. * Use update-packages for analyzer benchmark.
-
Casey Hillers authored
-
gaaclarke authored
-
Jenn Magder authored
-
mx1up authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/75622
-
Wyte Krongapiradee authored
-
Yegor authored
-
Michael Thomsen authored
-