Pierre-Louis
7b507f6f6e
Revert "Refactor ThemeData ( #91497 )" ( #92820 )
...
This reverts commit 78689d347c40e7c0faebc1c5bcfac80e96262a65.
2021-11-01 11:40:48 +01:00
Chris Yang
04156b6636
[flutter_tools] xcresult parser. ( #92604 )
2021-10-29 18:29:31 -07:00
Darren Austin
dc9c62a45f
Removed primaryVariant from usage by the SnackBar. ( #92443 )
2021-10-29 17:21:24 -07:00
Jenn Magder
0c9a420583
Migrate android_device to null safety ( #92128 )
2021-10-29 17:19:33 -07:00
Jenn Magder
53e04de681
Migrate mdns_discovery and ios simulator to null safety ( #92124 )
2021-10-29 17:18:03 -07:00
Christopher Fujino
b0810bc939
Fix analysis throwing string ( #91435 )
2021-10-29 17:02:05 -07:00
Greg Spencer
5883a6628d
Differentiate between TalkBack versions for semantics tests. ( #92602 )
...
Makes the android_semantics_testing test not fail for newer versions of Talkback.
Also, since the test now depends on pub_semver, upgraded the pubspec files.
The only substantive changes in the PR are in dev/integration_tests/android_semantics_testing/test_driver/main_test.dart
2021-10-29 16:38:09 -07:00
嘟囔
41167c957d
feat: migrate macos/macos_device.dart to null safety ( #92633 )
2021-10-29 16:14:35 -07:00
engine-flutter-autoroll
c3ad4f0f66
Roll Engine from ddf4bd598eb3 to 3a0a63c2d209 (12 revisions) ( #92702 )
...
* 921872d97 Roll Skia from 762a01fd999e to 721388ecdbbe (4 revisions) (flutter/engine#29390 )
* 5a6fa26e1 Make an interface for FlBinaryMessenger
* 3510312c6 Make an interface for FlPluginRegistrar
* a99f373c6 Make an interface for FlTextureRegistrar
* ed44967b8 Fix widget reference handling
* 98333c8bd Move mock objects into separate modules
* 71c8a9cd2 Can't test FlView on a server - no display
* 367e37165 Update licenses
* eb7401c7f Roll Skia from 721388ecdbbe to b5450fb9015b (2 revisions) (flutter/engine#29392 )
* 111b80ef6 Inform the Dart VM when snapshots are safe to use with madvise(DONTNEED). (flutter/engine#29320 )
* 684323cd3 [fuchsia] Remove unused sdk_ext.gni. (flutter/engine#29393 )
* 3a0a63c2d Roll Skia from b5450fb9015b to 9fc189f1cbdf (2 revisions) (flutter/engine#29394 )
2021-10-29 16:10:16 -07:00
engine-flutter-autoroll
a8046c048c
Roll Plugins from 03622197cc1e to e51cc1df7b75 (1 revision) ( #92724 )
2021-10-29 11:48:02 -07:00
Ian Hickson
23f7985e50
Improve how AttributedStrings are presented in the widget inspector ( #92450 )
2021-10-29 11:43:05 -07:00
嘟囔
bd935e5d4f
feat: migrate test_data/project.dart to null safety ( #92646 )
2021-10-29 11:38:05 -07:00
S.J
125545da32
Fix typo in the API docs of brightness ( #92713 )
2021-10-29 17:56:25 +02:00
Christopher Fujino
5a959c948c
wrap $DART_BIN invocation in double quotes to escape spaces ( #92617 )
2021-10-29 08:44:37 -07:00
Pierre-Louis
78689d347c
Refactor ThemeData ( #91497 )
2021-10-29 08:33:41 +02:00
Hans Muller
6602107bb2
InputDecorator floating label origin no longer depends on ThemeData.fixTextFieldOutlineLabel ( #92698 )
2021-10-28 20:20:11 -07:00
Wu Zhong
365d76c527
[flutter_tools] [iOS] Change UIViewControllerBasedStatusBarAppearance to true to fix rotation status bar disappear in portrait ( #92647 )
2021-10-28 19:58:01 -07:00
engine-flutter-autoroll
dcb3037536
Roll Engine from a04ec3aaa6f1 to ddf4bd598eb3 (3 revisions) ( #92694 )
2021-10-28 18:03:02 -07:00
engine-flutter-autoroll
5c390c7c4f
Roll Plugins from 34ea0c3c1a09 to 03622197cc1e (1 revision) ( #92690 )
2021-10-28 16:34:31 -07:00
Ian Hickson
7f7f487abc
Feature/cpu gpu memory gallery transition tests ( #92626 )
2021-10-28 16:03:03 -07:00
engine-flutter-autoroll
e5bbaf6630
Roll Engine from 37f1b478eed3 to a04ec3aaa6f1 (3 revisions) ( #92691 )
2021-10-28 15:44:34 -07:00
engine-flutter-autoroll
efd348d513
Roll Engine from 9295037358f5 to 37f1b478eed3 (1 revision) ( #92688 )
2021-10-28 14:39:33 -07:00
engine-flutter-autoroll
322971fd28
Roll Engine from 191b18d49026 to 9295037358f5 (1 revision) ( #92684 )
2021-10-28 13:23:05 -07:00
engine-flutter-autoroll
7b475a993c
Roll Engine from c9dda84396f2 to 191b18d49026 (3 revisions) ( #92680 )
2021-10-28 12:18:02 -07:00
engine-flutter-autoroll
a8642f67a9
Roll Plugins from 93f04832c622 to 34ea0c3c1a09 (1 revision) ( #92677 )
2021-10-28 11:58:02 -07:00
Michael Goderbauer
ca788d8941
Leader not always dirty ( #92598 )
2021-10-28 10:35:03 -07:00
嘟囔
7f177087c5
feat: migrate ios/bitcode.dart to null safety ( #92557 )
2021-10-28 10:33:05 -07:00
Casey Hillers
9d263866e4
[release_dashboard] Remove project ( #92516 )
2021-10-28 09:13:04 -07:00
Christopher Fujino
45f438071a
[flutter_conductor] Lift rev parse in conductor ( #92594 )
...
* lift git-rev-parse in conductor start
* remove localFlutterRoot from globals.dart
* make localFlutterRoot getter private
* fix analysis
2021-10-28 08:29:16 -07:00
engine-flutter-autoroll
9bd0fef560
Roll Engine from 450513574bcc to c9dda84396f2 (1 revision) ( #92668 )
2021-10-28 08:23:03 -07:00
engine-flutter-autoroll
e57ffce60b
Roll Engine from 0e0848e2fc04 to 450513574bcc (3 revisions) ( #92649 )
2021-10-28 04:43:02 -07:00
Danny Tuppeny
57dbf7f7e7
Add support for running tests through debug-adapter ( #92587 )
...
* Add support for running tests through debug-adapter
* Improve comments about stdout + remove pedantic
2021-10-28 11:34:05 +01:00
engine-flutter-autoroll
7cb43e9580
Roll Engine from 3b091cdebee3 to 0e0848e2fc04 (4 revisions) ( #92638 )
2021-10-28 02:03:04 -07:00
engine-flutter-autoroll
2a5630e91d
Roll Engine from 4c4b773e7ef5 to 3b091cdebee3 (1 revision) ( #92624 )
2021-10-27 21:55:34 -07:00
engine-flutter-autoroll
4de0ae470d
Roll Engine from bb173be329fe to 4c4b773e7ef5 (3 revisions) ( #92619 )
2021-10-27 18:58:03 -07:00
engine-flutter-autoroll
d49c2550cd
Roll Plugins from 984015dffebb to 93f04832c622 (5 revisions) ( #92618 )
2021-10-27 18:53:02 -07:00
engine-flutter-autoroll
a9a9817f67
Roll Engine from 883518c02f24 to bb173be329fe (2 revisions) ( #92610 )
2021-10-27 17:53:02 -07:00
engine-flutter-autoroll
2d7d43abc6
Roll Plugins from 42364e49fc25 to 984015dffebb (1 revision) ( #92609 )
2021-10-27 17:49:35 -07:00
keyonghan
30d3866ab9
Add extra benchmark metrics to test name in addition to builder name ( #92530 )
2021-10-27 15:33:06 -07:00
engine-flutter-autoroll
53de889996
Roll Engine from 6ffe7888ec27 to 883518c02f24 (1 revision) ( #92600 )
2021-10-27 15:23:04 -07:00
Tuyen VU
50ead38f2f
- add FadeInImage.placeholderFit ( #90739 )
2021-10-27 15:18:03 -07:00
Everskies
ebb48e1650
Add missing transform == check for gradients ( #91898 )
2021-10-27 15:13:03 -07:00
engine-flutter-autoroll
bb6e3aff09
Roll Engine from 9461262f6c0c to 6ffe7888ec27 (4 revisions) ( #92592 )
2021-10-27 13:13:04 -07:00
Jenn Magder
aff69e43ef
Add integration_test to flavor test project ( #92520 )
2021-10-27 12:53:05 -07:00
engine-flutter-autoroll
b78505d9b1
Roll Engine from 21cc99dad491 to 9461262f6c0c (2 revisions) ( #92588 )
2021-10-27 12:04:32 -07:00
Flutter GitHub Bot
30e7264dff
Marks Mac_ios platform_view_ios__start_up to be flaky ( #92423 )
2021-10-27 12:03:04 -07:00
engine-flutter-autoroll
6e6acfe831
Roll Plugins from 0d330943941a to 42364e49fc25 (1 revision) ( #92585 )
2021-10-27 10:53:04 -07:00
Jenn Magder
b279ff4178
Run flutter tester with arch -x86_64 on arm64 Mac ( #92508 )
2021-10-27 10:48:03 -07:00
engine-flutter-autoroll
5eacd89f01
Roll Engine from 1e96a7773a13 to 21cc99dad491 (1 revision) ( #92580 )
2021-10-27 10:38:02 -07:00
Jason Simmons
c8504242fd
Remove the pub offline flag from tests of the flutter_tools create command ( #92534 )
2021-10-27 09:33:05 -07:00