Commit Graph

29153 Commits

Author SHA1 Message Date
keyonghan
f1f9910908 Mark Windows tool_integration_tests_1_6 flaky (#97458) 2022-01-28 18:10:12 -08:00
Christopher Fujino
da88baffd7 [flutter_tools] remove dummy implementation from abstract class .isEnabled() (#96888) 2022-01-28 16:40:12 -08:00
engine-flutter-autoroll
ad69dbd7ab Roll Engine from c2b6e134831a to 2d3663cc4dcf (3 revisions) (#97450) 2022-01-28 16:00:23 -08:00
Taha Tesser
e5f9d5bd26 Update PopupMenuButton example (#96681) 2022-01-28 14:10:14 -08:00
engine-flutter-autoroll
ebfdeaec6e Roll Engine from 46bea73d2e04 to c2b6e134831a (6 revisions) (#97445) 2022-01-28 12:45:19 -08:00
engine-flutter-autoroll
1a429b65e7 Roll Engine from c5ee2e4c35c6 to 46bea73d2e04 (1 revision) (#97438) 2022-01-28 11:25:13 -08:00
chunhtai
3348a55035 fixes navigator to be able to handle route with duplicate page key in… (#97394) 2022-01-28 09:40:11 -08:00
engine-flutter-autoroll
b8460d4d68 Roll Plugins from bd7dfb78d8f9 to 60982c335b75 (10 revisions) (#97435) 2022-01-28 09:00:16 -08:00
Taha Tesser
cc2c902bcb Fix tappable area for DropdownButtonFormField & add InkWell to DropdownButton (#95906) 2022-01-28 07:20:24 -08:00
Taha Tesser
fc71ec55ee Add CupertinoTimerPicker Interactive Example (#93621) 2022-01-28 06:35:17 -08:00
Taha Tesser
120d25f786 RefreshIndicator: Add an interactive example (#97254) 2022-01-28 02:40:06 -08:00
engine-flutter-autoroll
4e94eeab5d Roll Engine from 5fa79de88daf to c5ee2e4c35c6 (3 revisions) (#97417) 2022-01-28 01:40:22 -08:00
Anurag Roy
4621dff892 Deprecate useDeleteButtonTooltip for Chips (#96174) 2022-01-27 22:20:13 -08:00
Kate Lovett
e854b8cc88 Update RawScrollbar to support the track (#97335) 2022-01-27 16:55:22 -08:00
Justin McCandless
40c4da5cb8 Revert "Re-land "Support Scribble Handwriting" (#96615) (#96881)" (#97405)
This reverts commit c54ce01575.
2022-01-27 16:11:02 -08:00
engine-flutter-autoroll
a627f4435d Roll Engine from 83e3a1c1d55d to 5fa79de88daf (1 revision) (#97400) 2022-01-27 15:15:19 -08:00
Jami Couch
c54ce01575 Re-land "Support Scribble Handwriting" (#96615) (#96881) 2022-01-27 15:10:21 -08:00
engine-flutter-autoroll
8635595048 Roll Engine from 46ceff2dc01f to 83e3a1c1d55d (2 revisions) (#97393) 2022-01-27 13:55:12 -08:00
Jim Graham
9c934041bd Add benchmarks to measure impact of alpha saveLayers in DisplayLists (#97336) 2022-01-27 13:25:17 -08:00
engine-flutter-autoroll
0c9d24f58c Roll Engine from 54e1f3f4bb36 to 46ceff2dc01f (51 revisions) (#97391) 2022-01-27 12:09:14 -08:00
Danny Tuppeny
942de67838 Make remaining DAP tests null-safe (#97368) 2022-01-27 20:08:17 +00:00
Gary Qian
dcce0db152 Revert roll (#97352) 2022-01-26 22:18:54 -08:00
godofredoc
b7424c619c Create scorecards-analysis.yml (#97261)
Enables scorecards code scanning for the flutter repository.
2022-01-26 17:25:45 -08:00
engine-flutter-autoroll
5d60049c68 Roll Engine from d1d811995a85 to c248c6e38e97 (1 revision) (#97323) 2022-01-26 15:35:11 -08:00
Jonas Martinez
31ca4db525 Flutter web add support for NetworkImage headers (#85954) 2022-01-26 15:00:13 -08:00
Daco Harkes
0e2f51dfd0 FFI plugins (#96225) 2022-01-26 23:44:45 +01:00
engine-flutter-autoroll
f15dd780d4 Roll Engine from 54e1f3f4bb36 to d1d811995a85 (37 revisions) (#97313) 2022-01-26 14:15:03 -08:00
Amir Panahandeh
42a8122314 Mirror before scaling in _AnimatedIconPainter (#93312) 2022-01-26 13:50:12 -08:00
Tim Sneath
32122480b5 Update README (#97271) 2022-01-26 13:45:12 -08:00
Jonah Williams
8c1d9d7627 [framework] make HitTestEntry generic (#97175) 2022-01-26 13:10:20 -08:00
Jenn Magder
f085e1a9cd Add timeout to keyboard finder to diagnose flake (#97258) 2022-01-26 12:00:14 -08:00
engine-flutter-autoroll
5d43e80d16 Roll Plugins from 4d8e98d62703 to bd7dfb78d8f9 (5 revisions) (#97295) 2022-01-26 11:40:07 -08:00
Zachary Anderson
657bca4b7f [tool] Use an arm64 Dart SDK on arm64 macOS (#97189) 2022-01-26 11:30:20 -08:00
Aliaksei Chorny
790ca116f9 Add splashRadius to PopupMenuButton (#91148) 2022-01-26 08:49:12 -08:00
Lau Ching Jun
1065826686 ProxiedDevice, connection to a remotely connected device via flutter daemon. (#95738)
Also allow daemon commands to pass binary streams
2022-01-25 23:46:14 -08:00
Kate Lovett
94d9b02deb Deprecate Scrollbar hoverThickness and showTrackOnHover (#97173) 2022-01-25 20:00:07 -08:00
Suhwan Cha
070a5a9b82 Use a more appropriate curve on ScrollsToTop (#96574) 2022-01-25 19:40:14 -08:00
Christopher Fujino
610b41e88c [flutter_tools] add validation of paths of contained files to os_utils _unpackArchive() (#96565) 2022-01-25 18:10:12 -08:00
engine-flutter-autoroll
9cdad24df0 Roll Engine from b5162c93f513 to 54e1f3f4bb36 (22 revisions) (#97248) 2022-01-25 14:50:23 -08:00
Alexander Aprelev
752de49450 Fix hot-restart test by ensuring updated timestmamp is in the future. (#97247)
On Windows modified timestamps are round down to a second, which can lead to missed file updates.

Fixes https://github.com/flutter/flutter/issues/96677
2022-01-25 14:18:33 -08:00
Ren You
3901aca352 Update .ci.yaml to include google test (#96926)
* Update .ci.yaml to include google test

* Try to fix spacing error.

* Add tags to fix the test owner error.

* Add google_test to test owners.
2022-01-25 13:48:09 -08:00
Lasse R.H. Nielsen
b8fd21b04e Adds CommonFinders.bySubtype<T extends Widget>() finder. (#91415) 2022-01-25 12:35:14 -08:00
Jenn Magder
c1710723f7 Take drive screenshot on test failure before app is stopped (#96973) 2022-01-25 11:50:14 -08:00
Christopher Fujino
6b95add2fe [flutter_tools] auto-migrate dev users to beta (#97028) 2022-01-25 11:00:14 -08:00
engine-flutter-autoroll
f6ee925892 Roll Plugins from f48198e40ee3 to 4d8e98d62703 (1 revision) (#97212) 2022-01-25 10:20:12 -08:00
Christopher Fujino
78de12b82f [flutter_tools] Fix bug in background_isolate_test.dart (#97170) 2022-01-25 09:55:10 -08:00
Jason Simmons
55e8a2cd5b Roll Engine from 83cfdcc8f101 to b5162c93f513 (1 revision) (#97180)
b5162c93f Use the SkParagraph text renderer by default (flutter/engine#28912)
2022-01-25 08:49:24 -08:00
engine-flutter-autoroll
7981bc47b1 Roll Plugins from c0b403222a4f to f48198e40ee3 (1 revision) (#97209) 2022-01-25 07:50:14 -08:00
Jenn Magder
7ec334827a Move gallery native UI test launching out of test and into setup (#97177) 2022-01-24 19:50:10 -08:00
stuartmorgan
2dd8cb1ca2 Don't use example folder as a project type signal (#97157)
The code to generate platform files used to use the presence of an
'example' folder to determine whether or not a project was a plugin (in
which case that generation is bypassed). Later, robust detection was
added based on the pubspec.yaml `plugin` key, but the old check was left
in place. This creates false positives where people who add an example
folder to their app project start getting mysterious failures.

Since the pubspec check is definitive, there's no reason to continue to
use the presence of `example` as an indicator at all.

Fixes https://github.com/flutter/flutter/issues/87007
2022-01-24 19:28:38 -08:00