27767 Commits

Author SHA1 Message Date
engine-flutter-autoroll
eb83181041
Roll Engine from 2cd5e113e84a to a62228fc4cde (3 revisions) (#98625) 2022-02-16 17:10:15 -08:00
engine-flutter-autoroll
8a6d0d62f3
Roll Engine from b09cf532697b to 2cd5e113e84a (12 revisions) (#98606) 2022-02-16 16:05:18 -08:00
Gary Qian
adafd66d9c
Specify android version for ci.yaml dependency (#98571) 2022-02-16 14:51:31 -08:00
Mateus Felipe C. C. Pinto
7055becf39
Remove unused parameter and consequently unused variable (#98428) 2022-02-16 14:42:29 -08:00
Jenn Magder
cef6823637
Dump backtrace when cannot attach to observatory (#98550) 2022-02-16 14:10:18 -08:00
Taha Tesser
58ad6e1bef
Dismiss Modal Barrier on handleTapCancel (#98191) 2022-02-16 14:05:15 -08:00
Markus Aksli
0acfb216ac
Revert "Dismiss text selection toolbar with ESC (#98511)" (#98600)
This reverts commit 9407700aa4a843885d7acca324773f85e3766743.
2022-02-16 21:42:36 +02:00
Markus Aksli
919d20511c
Dismiss Autocomplete with ESC (#97790) 2022-02-16 10:25:08 -08:00
gaaclarke
7c3f79f725
Added performance benchmarks to background platform channels for iOS. (#97991) 2022-02-16 10:03:47 -08:00
engine-flutter-autoroll
b62327903d
Roll Plugins from c48a5f87757d to 136f49b3e8ec (9 revisions) (#98586) 2022-02-16 09:10:20 -08:00
Markus Aksli
9407700aa4
Dismiss text selection toolbar with ESC (#98511) 2022-02-16 08:30:23 -08:00
engine-flutter-autoroll
9514106108
Roll Engine from 4ea2394b8df6 to b09cf532697b (2 revisions) (#98558) 2022-02-15 21:00:11 -08:00
Taha Tesser
2097fe64f0
CupertinoPicker: Update example (#98525) 2022-02-15 20:20:22 -08:00
Flutter GitHub Bot
0c95711620
Marks Mac_ios flutter_view_ios__start_up to be flaky (#98420) 2022-02-15 20:05:18 -08:00
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