- 25 Aug, 2021 7 commits
-
-
Greg Spencer authored
This extracts the sample code out from the API doc comments, and places them in separate files on disk, allowing running of the examples locally, testing them, and building of slightly larger examples.
-
engine-flutter-autoroll authored
729c3e411 [flutter_plugin_tool] Migrate publish_plugin_command_test to runCapturingPrint (flutter/plugins#4260) (#88839)
-
Jenn Magder authored
-
xubaolin authored
* Fix the showBottomSheet controller leaking * codereview feedback
-
chunhtai authored
-
creativecreatorormaybenot authored
-
- 24 Aug, 2021 13 commits
-
-
engine-flutter-autoroll authored
-
Dan Field authored
-
Zachary Anderson authored
-
engine-flutter-autoroll authored
-
keyonghan authored
-
Gary Qian authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Zachary Anderson authored
This reverts commit 7c24ff2c.
-
Sigurd Meldgaard authored
Top level `pub` is being deprecated.
-
Deepak Penaganti authored
-
Gary Qian authored
-
engine-flutter-autoroll authored
-
- 23 Aug, 2021 20 commits
-
-
Gary Qian authored
-
Jenn Magder authored
-
chunhtai authored
* Fixes renderparagraph crashes due to truncated semantics node * add period
-
engine-flutter-autoroll authored
-
chunhtai authored
-
Alexander Dahlberg authored
Co-authored-by: Alexander Dahlberg <alexander.dahlberg@sigma.se> This PR fixed the problem that prevented platform_channel_test.dart being shuffled. Part of #85160. A couple of tests sets up callbacks through setMethodCallHandler() that gets unresolved and breaks other tests. This PR clears those callbacks by passing null to setMethodCallHandler.
-
Alexander Dahlberg authored
-
Alexander Dahlberg authored
-
creativecreatorormaybenot authored
-
engine-flutter-autoroll authored
-
Janice Collins authored
-
Christopher Fujino authored
-
engine-flutter-autoroll authored
e3d19b330 Add browser_launcher and webkit_inspection_protocol packages (flutter/engine#28252) (#88722)
-
engine-flutter-autoroll authored
0a86ac866 [camera] android-rework part 9: Final implementation of camera class (flutter/plugins#4059) (#88718)
-
Jonah Williams authored
-
Iman khoshabi authored
-
Abhishek Ghaskata authored
* add marging to vertical stepper * Remove tralling spaces * Update docstring
-
Alexander Dahlberg authored
This PR fixed the problem that has prevented app_overrides_test.dart being shuffled. Part of #85160. This test is testing WidgetsApp.showPerformanceOverlayOverride and WidgetsApp.debugAllowBannerOverride. The problem: There was a strong dependecy to the default ordering of the tests. The value of showPerformanceOverlayOverride or debugAllowBannerOverride was expected to be the value that was set in previous test. The fix: Make the values be set to default values after each test: WidgetsApp.showPerformanceOverlayOverride=false WidgetsApp.debugAllowBannerOverride=true Set the expected value at the start of the test, if the default value is not expected.
-
Alexander Dahlberg authored
Co-authored-by: Alexander Dahlberg <alexander.dahlberg@sigma.se> This PR fixed the problem that has prevented scheduler_test.dart being shuffled. Part of #85160. One test schedules a task, but events are locked so the scheduled task does not execute and this messes up other tests. This PR adds a teardown that executes the scheduled task after the test, when events are unlocked.
-
Alexander Dahlberg authored
Fixes test/painting/image_stream_test.dart of #85160 The problem: The timeDilation was changed to 2.0 but not restored. The changed timeDilation carried on to following tests which messed up some of them when using test ordering seed 456. The Fix: Restore timeDilation to 1.0 at the end of test.
-