Commit Graph

29153 Commits

Author SHA1 Message Date
engine-flutter-autoroll
14a2b1323b Roll Engine from b5ce63a145b5 to 4ea2394b8df6 (2 revisions) (#98554) 2022-02-15 19:05:20 -08:00
chunhtai
286c9751d3 Add explanation to ChangeNotifier (#98295) 2022-02-15 18:15:18 -08:00
engine-flutter-autoroll
b42438fe15 Roll Engine from cbc6747fb7b3 to b5ce63a145b5 (1 revision) (#98544) 2022-02-15 17:30:21 -08:00
engine-flutter-autoroll
d34376fa40 Roll Engine from 12609b45685b to cbc6747fb7b3 (1 revision) (#98535) 2022-02-15 16:25:18 -08:00
engine-flutter-autoroll
d2acbcb413 Roll Engine from 5f0271a38988 to 12609b45685b (1 revision) (#98528) 2022-02-15 14:55:08 -08:00
Renzo Olivares
8386344962 Hide toolbar when selection is out of view (#98152)
* Hide toolbar when selection is out of view

* properly dispose of toolbar visibility listener

* Add test

* rename toolbarvisibility

* Make visibility for toolbar nullable

* Properly dispose of toolbar visibility listener

* Merge visibility methods into one

* properly dispose of start selection view listener

* Add some docs

* remove unnecessary null check

* more docs

* Update dispose order

Co-authored-by: Renzo Olivares <roliv@google.com>
2022-02-15 13:48:13 -08:00
Michael Goderbauer
a454da0220 Revert "[performance] Process dirty nodes from top to bottom during paint to avoid unnecessary layer tree walks" (#98520) 2022-02-15 13:30:13 -08:00
Hans Muller
db4c98fcb0 Added a NavgationBar example with nested Navigators (#98440) 2022-02-15 13:28:47 -08:00
Emmanuel Garcia
4ee22ed2bd Roll Engine from 4463cf40fed9 to 5f0271a38988 + Fix test (#98479) 2022-02-15 13:11:36 -08:00
engine-flutter-autoroll
a1a305c9fa Roll Engine from 1b6755ce759a to 4463cf40fed9 (1 revision) (#98519) 2022-02-15 11:45:22 -08:00
Christopher Fujino
4a11cc4b9c [flutter_tools] do not validate maven upstream if cloud storage override provided (#98293) 2022-02-15 11:40:15 -08:00
engine-flutter-autoroll
e9f83cf4f9 Roll Engine from e683e0cd3be2 to 1b6755ce759a (3 revisions) (#98509) 2022-02-15 10:20:21 -08:00
engine-flutter-autoroll
1a0e5c5a12 Roll Plugins from 6b0d4549eaa5 to c48a5f87757d (8 revisions) (#98504) 2022-02-15 10:15:18 -08:00
Taha Tesser
fd4b1e86e8 CupertinoSlidingSegmentedControl: Add an interactive example (#98156) 2022-02-15 10:05:11 -08:00
Taha Tesser
7943ae5502 CupertinoSegmentedControl: Add an interactive example (#98154) 2022-02-15 09:30:19 -08:00
Taha Tesser
dfd42444e9 Update CupertinoTextField example (#93738) 2022-02-15 09:10:20 -08:00
Taha Tesser
60f039cb1c Add ExpansionTileTheme (#98405) 2022-02-15 08:44:33 -08:00
Ben Konyi
2a2f973120 Update flutter_tools to look for new VM service message (#97683)
* Update flutter_tools to look for new VM service message

The Dart SDK will soon move away from the current Observatory message:

"Observatory listening on ..."

To a new message that no longer references Observatory:

"Dart VM Service listening on ..."

This change updates all tests with mocks to check for the new message
and also adds support for the new message in ProtocolDiscovery.

See https://github.com/dart-lang/sdk/issues/46756

* Fix some parsing locations

* Fix analysis failures

* Update message

* Remove extra comment

* Update message

* Add globals prefix
2022-02-15 07:33:57 -08:00
Taha Tesser
ee0bbf4789 Add CupertinoPicker interactive example (#93622) 2022-02-15 06:25:20 -08:00
engine-flutter-autoroll
6985b78ac9 Roll Engine from ca15cd5fbc8d to e683e0cd3be2 (2 revisions) (#98485) 2022-02-15 04:10:12 -08:00
engine-flutter-autoroll
9f33bb0510 Roll Engine from c9cb3158ee31 to ca15cd5fbc8d (1 revision) (#98474) 2022-02-15 02:00:21 -08:00
Darren Austin
ca2a751661 Migrate NavigationBar to M3 tokens. (#98285) 2022-02-15 00:40:20 -08:00
Taha Tesser
ccaf51562f Add custom size constraints parameter to PopupMenu (#97798) 2022-02-14 23:45:18 -08:00
engine-flutter-autoroll
ff425fc733 Roll Engine from 20bd78ca3ee4 to c9cb3158ee31 (2 revisions) (#98468) 2022-02-14 21:45:20 -08:00
engine-flutter-autoroll
06bf6a128d Roll Engine from 8714a2448fa9 to 20bd78ca3ee4 (2 revisions) (#98465) 2022-02-14 20:30:18 -08:00
engine-flutter-autoroll
894ef49c7c Roll Engine from 25ab5711cc08 to 8714a2448fa9 (2 revisions) (#98459) 2022-02-14 19:15:17 -08:00
keyonghan
381cb280a3 Enable fullscreen_textfield_perf tests in prod (#98453) 2022-02-14 17:55:19 -08:00
Christopher Fujino
87fe3fe031 rename two unit tests that were not actually being run on CI (#98299) 2022-02-14 17:40:13 -08:00
engine-flutter-autoroll
1ae5dd194c Roll Engine from a1103384cf88 to 25ab5711cc08 (4 revisions) (#98447) 2022-02-14 17:05:21 -08:00
Taha Tesser
513c6cd7a8 CupertinoAlertDialog: Update sample (#98357) 2022-02-14 16:25:20 -08:00
Taha Tesser
7d21dbf5e0 CupertinoActionSheet: Update sample (#98356) 2022-02-14 16:10:08 -08:00
engine-flutter-autoroll
4d9e6d9b3e Roll Engine from 6f4d644b8215 to a1103384cf88 (1 revision) (#98441) 2022-02-14 14:20:19 -08:00
Taha Tesser
19a380ffe7 Add CupertinoSlider example (#93633) 2022-02-14 12:10:13 -08:00
engine-flutter-autoroll
79df99d182 Roll Engine from b63614c3068c to 6f4d644b8215 (1 revision) (#98433) 2022-02-14 11:55:14 -08:00
Flutter GitHub Bot
024d5f8aaa Marks Linux_android tiles_scroll_perf__timeline_summary to be flaky (#98424) 2022-02-14 10:00:14 -08:00
Taha Tesser
7c1baeaea8 Fix fooTheme.of(context); usage docs (#98402) 2022-02-14 09:00:22 -08:00
engine-flutter-autoroll
10a25d65db Roll Plugins from 9d32c83af9af to 6b0d4549eaa5 (30 revisions) (#98410) 2022-02-14 08:10:18 -08:00
engine-flutter-autoroll
1958656943 Roll Engine from cef6370095ae to b63614c3068c (2 revisions) (#98392) 2022-02-14 02:15:17 -08:00
LongCatIsLooong
ad612b59e5 Dump app on keyboard_textfield_test timeout (#98305) 2022-02-13 17:20:18 -08:00
engine-flutter-autoroll
5515400a1b Roll Engine from 0ddb21009091 to cef6370095ae (2 revisions) (#98374) 2022-02-13 15:30:17 -08:00
engine-flutter-autoroll
85245f616a Roll Engine from 5a43d8603227 to 0ddb21009091 (1 revision) (#98370) 2022-02-13 14:10:12 -08:00
engine-flutter-autoroll
1c84bdecfc Roll Engine from 80b7a8cd9ac7 to 5a43d8603227 (1 revision) (#98365) 2022-02-13 13:00:03 -08:00
engine-flutter-autoroll
0f33a369bf Roll Engine from 19a19cd50b0e to 80b7a8cd9ac7 (9 revisions) (#98347) 2022-02-12 21:20:20 -08:00
Jesús S Guerrero
f523ddd2d6 [flutter_tools] remove pub dependencies from universal (#97722) 2022-02-12 12:10:11 -08:00
engine-flutter-autoroll
350e3ee46d Roll Engine from 25a40c943021 to 19a19cd50b0e (2 revisions) (#98311) 2022-02-11 22:30:06 -08:00
Jenn Magder
262a963efb flutter_build_null_unsafe_test print failed build output (#98310) 2022-02-11 22:00:18 -08:00
engine-flutter-autoroll
1be67ab944 Roll Engine from 2a5b7d0c2396 to 25a40c943021 (1 revision) (#98307) 2022-02-11 20:00:12 -08:00
engine-flutter-autoroll
f54790b7b0 Roll Engine from 4a3e7a5b7236 to 2a5b7d0c2396 (5 revisions) (#98303) 2022-02-11 18:55:18 -08:00
engine-flutter-autoroll
0551117ea5 Roll Engine from 46180e40bf8a to 4a3e7a5b7236 (2 revisions) (#98300) 2022-02-11 17:45:15 -08:00
engine-flutter-autoroll
3870548fa6 Roll Engine from ca86c7938d6b to 46180e40bf8a (5 revisions) (#98292) 2022-02-11 15:35:13 -08:00