Jenn Magder
125451bc2e
Migrate mac.dart to null safety ( #88846 )
2021-08-25 13:31:03 -07:00
Darren Austin
a1cd3f45e0
Updated some skip test comments that were missed in the audit. ( #88893 )
2021-08-25 11:49:04 -07:00
keyonghan
884dfc260d
Skip staging test update to cocoon in test runner ( #88835 )
2021-08-25 11:36:03 -07:00
engine-flutter-autoroll
61502a64bc
5b5f8016d [camera] Expand CameraImage DTO with properties for lens aperture, exposure time and ISO. (flutter/plugins#4256) ( #88882 )
2021-08-25 10:41:04 -07:00
Dan Field
c5861cfb56
Revert "Fix DPR in test view configuration ( #88609 )" ( #88889 )
...
This reverts commit 5feee0d8faec96872377b74a90fda0c1fc77930f.
2021-08-25 10:09:03 -07:00
Greg Spencer
33403bd28e
Extract Sample code into examples/api ( #87280 )
...
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.
2021-08-25 09:45:12 -07:00
chunhtai
527d868391
Revert "Fixes listview shrinkwrap and hidden semantics node gets updated incorrectly. ( #88814 )" ( #88886 )
...
This reverts commit 0e9665e4ef59fca7d5c2eeed178cdd98d4a09fa0.
2021-08-25 09:42:43 -07:00
engine-flutter-autoroll
ac05e7e3fe
729c3e411 [flutter_plugin_tool] Migrate publish_plugin_command_test to runCapturingPrint (flutter/plugins#4260) ( #88839 )
2021-08-24 21:41:06 -07:00
Jenn Magder
413f88f209
Do not try to codesign during plugin_test_ios ( #88834 )
2021-08-24 21:36:36 -07:00
xubaolin
72289ec8cf
Fix the showBottomSheet controller leaking ( #87775 )
...
* Fix the showBottomSheet controller leaking
* codereview feedback
2021-08-25 11:35:46 +08:00
chunhtai
0e9665e4ef
Fixes listview shrinkwrap and hidden semantics node gets updated incorrectly. ( #88814 )
2021-08-24 18:09:04 -07:00
creativecreatorormaybenot
38186c8971
Add WidgetsFlutterBinding Assertion to setMethodCallHandler ( #88819 )
2021-08-24 17:04:03 -07:00
engine-flutter-autoroll
fad666bdff
fb6622092 [flutter_plugin_tools] Introduce a class for packages (flutter/plugins#4252) ( #88817 )
2021-08-24 14:34:03 -07:00
Dan Field
5feee0d8fa
Fix DPR in test view configuration ( #88609 )
2021-08-24 14:26:54 -07:00
Zachary Anderson
9a190e5b39
Add pageDelay to fullscreen_textfield_perf_test ( #88807 )
2021-08-24 13:39:03 -07:00
engine-flutter-autoroll
2e3cb0f7d6
97f61147c [flutter_plugin_tools] Improve process mocking (flutter/plugins#4254) ( #88803 )
2021-08-24 13:29:05 -07:00
keyonghan
b468be3030
Use default value for ResultData
when uploading metrics from test runner ( #88749 )
2021-08-24 12:04:03 -07:00
Gary Qian
b68cdfcf44
Add TESTOWNER for Linux android views ( #88797 )
2021-08-24 11:39:03 -07:00
engine-flutter-autoroll
09fa3fcaaa
Roll Engine from 35ee8bde43a8 to a9efb963de52 (3 revisions) ( #88798 )
2021-08-24 11:34:05 -07:00
engine-flutter-autoroll
9fa3e877ce
Roll Engine from 926ce0d85501 to 35ee8bde43a8 (3 revisions) ( #88788 )
2021-08-24 10:29:04 -07:00
Zachary Anderson
b4e0472b04
Revert "Use dart pub
instead of pub
to invoke pub from tools ( #88509 )" ( #88792 )
...
This reverts commit 7c24ff2c5bfeff34991dba5e7ee210a1085a1e22.
2021-08-24 09:00:22 -07:00
Sigurd Meldgaard
7c24ff2c5b
Use dart pub
instead of pub
to invoke pub from tools ( #88509 )
...
Top level `pub` is being deprecated.
2021-08-24 15:51:08 +02:00
Deepak Penaganti
6dc18ef74e
Blurstyle for boxshadow v2 ( #88697 )
2021-08-23 22:39:04 -07:00
Gary Qian
c8e30bf407
Remove dependency in Linux Android Views ( #88764 )
2021-08-23 22:31:47 -07:00
engine-flutter-autoroll
56b681247d
Roll Engine from 9d9c532f62f5 to 926ce0d85501 (2 revisions) ( #88750 )
2021-08-23 17:44:05 -07:00
Gary Qian
76996f9256
Add android_views integration tests to ci.yaml ( #88633 )
2021-08-23 16:39:05 -07:00
Jenn Magder
76618918e3
Mark module_test_ios unflaky ( #88618 )
2021-08-23 16:09:06 -07:00
chunhtai
b9908f6b86
Fixes renderparagraph crashes due to truncated semantics node ( #88190 )
...
* Fixes renderparagraph crashes due to truncated semantics node
* add period
2021-08-23 16:03:49 -07:00
engine-flutter-autoroll
c6b8bf9ac3
Roll Engine from ff018b8cf29c to 9d9c532f62f5 (2 revisions) ( #88744 )
2021-08-23 15:44:03 -07:00
chunhtai
93a1484ae0
Add a hook for scroll position to notify scrolling context when dimen… ( #87076 )
2021-08-23 15:39:18 -07:00
Alexander Dahlberg
02bb8a4355
Fixed leak and removed no-shuffle tag in platform_channel_test.dart ( #88432 )
...
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.
2021-08-23 15:32:44 -07:00
Alexander Dahlberg
86d7ec4548
Fixed leak and removed no-shuffle tag in ticker_test.dart ( #88426 )
2021-08-23 15:22:06 -07:00
Alexander Dahlberg
04de2ed3d5
Fixed leak and removed no-shuffle tag on scaffold_test.dart ( #88375 )
2021-08-23 15:17:05 -07:00
creativecreatorormaybenot
87b17c8ccf
Add RichText support to find.text() ( #87197 )
2021-08-23 14:47:29 -07:00
engine-flutter-autoroll
db3cc6e318
Roll Engine from e3d19b3303c7 to ff018b8cf29c (6 revisions) ( #88734 )
2021-08-23 14:32:04 -07:00
Janice Collins
f74be66494
Update dartdoc to 2.0.0. ( #88729 )
2021-08-23 14:27:04 -07:00
Christopher Fujino
efaa9a4637
update-packages --force-upgrade ( #88728 )
2021-08-23 12:57:08 -07:00
engine-flutter-autoroll
597464aea3
e3d19b330 Add browser_launcher and webkit_inspection_protocol packages (flutter/engine#28252) ( #88722 )
2021-08-23 12:52:05 -07:00
engine-flutter-autoroll
7e83f38a8a
0a86ac866 [camera] android-rework part 9: Final implementation of camera class (flutter/plugins#4059) ( #88718 )
2021-08-23 12:47:03 -07:00
Jonah Williams
fa0782b696
reassign jonahwilliams todos ( #88707 )
2021-08-23 12:27:07 -07:00
Iman khoshabi
adb25e1801
Correct PointerExitEvent class documentation ( #88650 )
2021-08-23 12:22:07 -07:00
Abhishek Ghaskata
49bf933b59
add margin to vertical stepper ( #86067 )
...
* add marging to vertical stepper
* Remove tralling spaces
* Update docstring
2021-08-23 12:02:02 -07:00
Alexander Dahlberg
1a5692b722
Fixed leak and removed no-shuffle tag in widgets/app_overrides_test.dart ( #88469 )
...
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.
2021-08-23 10:03:49 -07:00
Alexander Dahlberg
83b9e99cfb
Fixed leak and removed no-shuffle tag in scheduler_test.dart ( #88423 )
...
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.
2021-08-23 10:03:21 -07:00
Alexander Dahlberg
2ee0234471
Fixed leak and removed no-shuffle tag in image_stream_test.dart ( #88376 )
...
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.
2021-08-23 10:03:03 -07:00
Alexander Dahlberg
60ed5cc8e4
Fixed leak and removed no-shuffle tag in long_press_test.dart ( #88373 )
...
Fixes test/gestures/long_press_test.dart of #85160
The LongPressGestureRecognizer in test 'non-allowed pointer does not inadvertently reset the recognizer' was not disposed breaking a lot of other tests.
2021-08-23 10:02:21 -07:00
engine-flutter-autoroll
8789d2135d
d5adde01d Roll Skia from 6b335c53e8c2 to 2f0debc807d1 (2 revisions) (flutter/engine#28256) ( #88714 )
2021-08-23 09:57:03 -07:00
engine-flutter-autoroll
369a0e2bc0
6a8681e7a [image_picker] Fix pickImage not returning on iOS when dismissing the PHPicker view by swiping down. (flutter/plugins#4228) ( #88699 )
2021-08-23 06:17:04 -07:00
engine-flutter-autoroll
05bfbbfbec
710af46d5 Roll Dart SDK from c17fd9df122a to 2b84af1e5f1a (1 revision) (flutter/engine#28254) ( #88675 )
2021-08-22 18:37:03 -07:00
engine-flutter-autoroll
201d7750e8
00af6c957 Roll Skia from 51e33b51542b to 6b335c53e8c2 (2 revisions) (flutter/engine#28251) ( #88673 )
2021-08-22 15:02:04 -07:00