Commit graph

24147 commits

Author SHA1 Message Date
engine-flutter-autoroll a69f2f3b14
d763b2c72 Temporarily disable Windows tests (flutter/plugins#3862) (#82040) 2021-05-07 11:14:04 -07:00
gaaclarke a5f57b9e64
Added performance benchmarks for platform channels (#81414) 2021-05-07 10:24:03 -07:00
Hans Muller dbc8826816
Revert "Assert when duplicated keys are introduced in subsequent build (#81850)" (#82039)
This reverts commit 3ab799bbc9.
2021-05-07 10:19:47 -07:00
stuartmorgan 27d1e5892f
Minor cleanup to Linux application template format (#81561) 2021-05-07 09:49:03 -07:00
engine-flutter-autoroll ce75ea53ee
Roll Plugins from a2ce3dab4661 to 26456c85db36 (3 revisions) (#82036) 2021-05-07 09:24:03 -07:00
Brett Morgan 4e40976253
Fix dartdoc for SliverAppBar#shadowColor (#82028) 2021-05-07 09:06:14 -07:00
Sam Rawlins 208bf4bc92
Remove "unnecessary" imports in dev/ (#81004) 2021-05-07 08:59:02 -07:00
Dan Field c84528d9da
Implement ==/hashCode for ViewConfiguration, avoid unnecessary layer creation/replacement (#81928) 2021-05-07 07:09:02 -07:00
xubaolin 562b6f76b3
fix a MaterialApp NNBD issue (#81529) 2021-05-07 07:04:03 -07:00
Dan Field 9cc8d78ec7
Small change to doc to trick firebase (#82017) 2021-05-07 05:57:27 -07:00
Michael Goderbauer 3ab799bbc9
Assert when duplicated keys are introduced in subsequent build (#81850) 2021-05-06 19:49:02 -07:00
engine-flutter-autoroll 6849e4b7e9
Roll Engine from 378e4dbc417e to f57e986aa80c (12 revisions) (#81800) 2021-05-06 19:44:02 -07:00
Todd Volkert efc079657b
Allow reuse of NavigatorObserver in Navigator.observers (#81601) 2021-05-06 19:39:03 -07:00
Zachary Anderson 04bb954a7d
Revert "Allow users to pass in Xcode build settings as env variables to flutter build macos FLUTTER_XCODE_ (#81384)" (#82004)
This reverts commit 0bba935b76.
2021-05-06 19:04:23 -07:00
Zachary Anderson 4056ac057d
Revert "Reland GC related bench update (#81794)" (#82005)
This reverts commit 714dea5e03.
2021-05-06 19:03:59 -07:00
Dan Field 714dea5e03
Reland GC related bench update (#81794) 2021-05-06 16:49:04 -07:00
Abhishek Ghaskata 3fb28929bc
remove jcenter from build.gradle (#81633) 2021-05-06 16:44:05 -07:00
Tyler Norbury 8d04c55577
Point to correct extended integration test driver file (#81565) 2021-05-06 16:39:05 -07:00
Jenn Magder 3e6fe491f3
Remove extended attributes from entire Flutter project (#81435) 2021-05-06 16:34:04 -07:00
Renan 0bba935b76
Allow users to pass in Xcode build settings as env variables to flutter build macos FLUTTER_XCODE_ (#81384) 2021-05-06 16:29:04 -07:00
Jason Simmons d9014655ab
Deprecate AnimatedSize.vsync (#81067) 2021-05-06 16:24:04 -07:00
Sam Rawlins 133a55ae51
Remove "unnecessary" imports. (#81003) 2021-05-06 16:19:07 -07:00
Sam Rawlins 9942467828
Remove "unnecessary" imports. (#80999) 2021-05-06 16:14:06 -07:00
Todd Volkert 14d5eab43c
Temporarily disable win_build_tests_2_3 (#81955)
For #81837
2021-05-05 21:51:53 -07:00
Zachary Anderson 577f5eb06c
Disable flutter_build_with_compilation_error_test on Windows (#81951)
For https://github.com/flutter/flutter/issues/81837

https://github.com/flutter/flutter/issues/81950 to re-enabled
2021-05-05 21:25:51 -07:00
Ren You 7f1d1414cc
Revert "Migrate to ChannelBuffers.push (#81235)" (#81829)
This reverts commit 35ad43f20c.
2021-05-04 06:17:19 -07:00
Jonah Williams 51ca131e39
[flutter_tools] remove most mocks from Fuchsia device tests (#81789) 2021-05-03 19:54:04 -07:00
Ian Hickson 5575bf3c69
Improve performance of debugCheckHasDirectionality (#81431) 2021-05-03 19:49:03 -07:00
Ian Hickson 35ad43f20c
Migrate to ChannelBuffers.push (#81235) 2021-05-03 17:14:03 -07:00
Todd Volkert cb0bda39c0
Add doc links to RawGestureDetector (#81796) 2021-05-03 17:03:44 -07:00
Dan Field 0cc59b0285
Drop unused docs-linux vars on Cirrus (#81659) 2021-05-03 16:54:20 -07:00
Jonah Williams fff8ecfb94
[flutter] reject mouse drags by default in scrollables (#81569) 2021-05-03 16:54:02 -07:00
Christopher Fujino 7b3ce8c003
[flutter_conductor] Add candidates sub command (#81234) 2021-05-03 16:49:04 -07:00
Ian Hickson 279f40d487
Clean up some old and obsolete TODOs of mine (#81631) 2021-05-03 15:19:02 -07:00
Dan Field 3ce6c1f4ba
[flutter drive] Do not start dds if --no-dds (#81784) 2021-05-03 15:15:10 -07:00
Christopher Fujino f33499df33
test macos binaries are codesigned before publishing (#81585) 2021-05-03 15:14:38 -07:00
Greg Spencer ea9d9ee9fd
Turn off directives_ordering lint when analyzing samples (#81698)
This turns off the "directives_ordering" lint when analyzing samples, since it's indeterminate what the ordering will be, given that samples derive their imports both from the template and the example code.

This is temporary to avoid broken builds, but the correct solution is to reorder the output so that the imports are ordered properly so that we give the proper example for our users.
2021-05-03 13:41:29 -07:00
Hans Muller 89d26d8d87
Fixed some trivial formatting issues (#81699) 2021-05-03 13:11:22 -07:00
engine-flutter-autoroll 5e86d695f5
378e4dbc4 Roll Skia from ec79349bad50 to 671177905d22 (4 revisions) (flutter/engine#25888) (#81704) 2021-05-03 13:09:02 -07:00
Chinmoy 9f898ffef7
Added arrowHeadColor property to PaginatedDataTable (#81393) 2021-05-03 12:31:48 -07:00
engine-flutter-autoroll d4d28554fa
Roll Engine from 3e578c6e0d77 to 578449f10fde (23 revisions) (#81700)
* aac365861 Roll Skia from 14efdd3d50db to 3010f3d79193 (4 revisions) (flutter/engine#25857)

* f45f52f5e Move path part files to libraries (flutter/engine#25842)

* d96669f0d Roll Skia from 3010f3d79193 to 5276ba274b38 (1 revision) (flutter/engine#25859)

* 43994abed Use "blur_sigma" instead of "blur_radius" in Shadow. (flutter/engine#25760)

* 74ac01030 Roll Dart SDK from 1e3e5efcd47e to 6397e8b91103 (18 revisions) (flutter/engine#25861)

* d462cfd64 Remove flake inducing timeouts (flutter/engine#25847)

* 258f63a93 Roll Skia from 5276ba274b38 to 31fddc376993 (14 revisions) (flutter/engine#25862)

* 1bf01a1ff fuchsia: Reliably forward View insets (flutter/engine#25381)

* 274006232 Roll Skia from 31fddc376993 to 097263bb5089 (1 revision) (flutter/engine#25865)

* 4aae6b328 Roll Dart SDK from 6397e8b91103 to ee8eb0a65efa (1 revision) (flutter/engine#25869)

* d1f31c719 Roll Skia from 097263bb5089 to 5dfb3f40684b (1 revision) (flutter/engine#25870)

* 428ef1012 deflake (flutter/engine#25864)

* 01b9db82f Roll Dart SDK from ee8eb0a65efa to 8c109a734bdc (1 revision) (flutter/engine#25872)

* e623c0959 Roll Dart SDK from 8c109a734bdc to b98a1eec5eb5 (1 revision) (flutter/engine#25873)

* 7ce622616 Roll Dart SDK from b98a1eec5eb5 to 6ecae204598d (1 revision) (flutter/engine#25874)

* 554c24cbc Roll Skia from 5dfb3f40684b to 5c95bcb48b9b (1 revision) (flutter/engine#25876)

* 03bd2e358 Roll Dart SDK from 6ecae204598d to 3cc6cdab8eaf (2 revisions) (flutter/engine#25877)

* 53fdd895e Roll Skia from 5c95bcb48b9b to c779d432f336 (1 revision) (flutter/engine#25880)

* 98ee65b6d Roll Skia from c779d432f336 to ff8b52df55ff (2 revisions) (flutter/engine#25881)

* d84caa736 Roll Dart SDK from 3cc6cdab8eaf to b8f4018535fa (2 revisions) (flutter/engine#25885)

* 156760e04 Roll Skia from ff8b52df55ff to ec79349bad50 (1 revision) (flutter/engine#25886)

* 23cd8e540 Revert the Dart SDK to 1e3e5efcd47edeb7ae5a69e146c8ea0559305a98 (flutter/engine#25887)

* 578449f10 Fix crash when both FlutterFragmentActivity and FlutterFragment are destroyed and recreated (flutter/engine#25851)
2021-05-03 12:02:59 -07:00
Viren Khatri f9905fc43c
prototypeItem added to ReorderableList and ReorderableListView (#81604)
prototypeItem added to ReorderableList and ReorderableListView along with tests
2021-05-03 11:43:18 -07:00
Kate Lovett 2d89ebb929
Revert "Fix benchmark (#81449)" (#81696)
This reverts commit a3893aea04.
2021-05-03 12:22:46 -05:00
Ludwik Trammer 336ae2de79
Add "onTap" callback to PopupMenuItem (#81686) 2021-05-03 10:06:53 -07:00
Dan Field a3893aea04
Fix benchmark (#81449) 2021-05-03 10:02:09 -07:00
Abhishek Ghaskata 74d403a2d6
Change elevation to double of MergeableMaterial (#81634) 2021-05-03 09:24:02 -07:00
Ian Hickson 33b183e6c9
Fix extra blank lines in logger output (#81607) 2021-05-03 09:19:02 -07:00
Phil Quitslund 96e4b47f5d
sort directives (#81624) 2021-05-02 07:24:01 -07:00
Guilherme Henrique 741bb9d329
Update text_form_field.dart (#81043) 2021-05-01 21:29:03 -07:00
Ian Hickson ec91c6582b
Update documentation for scrollUntilVisible and friends. (#81497) 2021-05-01 18:29:03 -07:00