Commit Graph

29153 Commits

Author SHA1 Message Date
嘟囔
a17723d46b feat: migrate windows/application_package.dart to null-safety (#88081) 2021-08-11 21:02:03 -07:00
Greg Spencer
10e4b04010 Switch document generation to use the snippets package (#87231)
Switch document generation to use the snippets package instead of the snippets code in the Flutter repo. In the process, some bugs in sample code analysis have been fixed, and I've fixed some more errors in the samples.

This will allow the snippets package to be developed separately from the Flutter repo, and reduce the code in the Flutter repo.

The snippets code is deleted in this PR.

I also converted some comments in the snippet templates to be regular comments instead of doc comments, because having a doc comment block before the imports causes the Dart import sorter to lose the comment. They should have been regular comments in the first place.

The snippets package resides in the assets-for-api-docs repo.

The sample analysis has also been converted to be run in parallel, and I've bumped the Dartdoc version to 1.0.2.
2021-08-11 19:48:29 -07:00
engine-flutter-autoroll
0340319a96 Roll Engine from 4daceb95f2b0 to a2e60472a979 (10 revisions) (#88072) 2021-08-11 18:02:04 -07:00
Hans Muller
871386bbb4 Revert "Changing ElevatedButton.child to be non-nullable (#87901)" (#88071)
This reverts commit 724c0eb65c.
2021-08-11 17:29:29 -07:00
Kate Lovett
e127665795 Update MaterialScrollBehavior.buildScrollbar for horizontal axes (#87740) 2021-08-11 14:52:04 -07:00
engine-flutter-autoroll
640091355d Roll Engine from d8bbebed60a7 to 4daceb95f2b0 (9 revisions) (#88055) 2021-08-11 14:48:06 -07:00
嘟囔
d2f9c6c752 feat: migrate base/dds.dart to null-safety (#88015) 2021-08-11 14:47:06 -07:00
嘟囔
4ef8088ce8 feat: migrate macos/application_package.dart to null-safety (#87976) 2021-08-11 14:42:05 -07:00
godofredoc
4ad8c15f34 Make no-response plugin no-op for forks. (#88058)
This will still run the workflow in forks but it will exit immediately
if the repository is not flutter/flutter.

Bug: https://github.com/flutter/flutter/issues/87573
2021-08-11 14:40:28 -07:00
Greg Spencer
cb651352dd Fix errors in examples (#87962) 2021-08-11 14:37:06 -07:00
Kate Lovett
d8da091751 Android 12 overscroll stretch effect (#87839) 2021-08-11 16:36:53 -05:00
Ian Hickson
8d89632fdd Notification doc fixes (#87767) 2021-08-11 14:32:06 -07:00
Casey Hillers
4b538751b1 [ci.yaml] Add roller (#88048) 2021-08-11 11:12:05 -07:00
engine-flutter-autoroll
1c6d2633ef Roll Engine from 4fef55db1031 to d8bbebed60a7 (45 revisions) (#88036) 2021-08-11 09:36:24 -07:00
Tong Mu
91f8b6be51 Revert "Revert "Restores surface size in the postTest of test binding (#87240)" (#87258)" (#87297)
This reverts commit ccf6f0353a.

New impl

Remove temp

Format
2021-08-11 00:37:54 -07:00
Darren Austin
41ff30c871 Added a check to the analyzer script to detect skipped tests. (#88003)
Added a check to the analyzer script to detect skipped tests that aren't commented.

The comment following the `skip` parameter should include either a link to a
github issue tracking the reenabling of the test, or a '[intended]' tag with
a brief description of why the test should never be enabled for the given
condition.
2021-08-10 23:03:48 -07:00
Darren Austin
b08366ce7b Updated skipped tests for flutter_tools. (#87925)
* Updated skipped tests for flutter_tools.

* Turned the flaky overall_experience test off as it was still failing on CI.
2021-08-10 22:22:08 -07:00
xubaolin
a628e4f422 showModalBottomSheet should not dispose the controller provided by user (#87707) 2021-08-10 17:07:07 -07:00
Viren Khatri
66597ffb78 Fixed mouse cursor of disabled IconButton (#84946) 2021-08-10 16:32:40 -07:00
LongCatIsLooong
1ca0333ce1 Overridable action (#85743) 2021-08-10 15:32:07 -07:00
Viren Khatri
724c0eb65c Changing ElevatedButton.child to be non-nullable (#87901) 2021-08-10 11:06:34 -07:00
Darren Austin
7d76a827c0 Updated skipped tests for services directory. (#87874) 2021-08-09 15:21:17 -07:00
Darren Austin
e2fb5cc318 Updated skipped tests for widgets directory. (#87879) 2021-08-09 15:05:44 -07:00
chunhtai
11a0284a28 Reland "update ScrollMetricsNotification (#87421)" (#87818)
* Reland "update ScrollMetricsNotification (#87421)"

This reverts commit 0f465e5b2a.

* fix test
2021-08-09 13:36:57 -07:00
Thomas Leung
4c7af3b123 Fix compile error in SliverAppBar sample code (#87872) 2021-08-09 11:45:04 -07:00
Darren Austin
271ed8b21f Updated skipped tests for flutter_test directory. (#87880) 2021-08-09 11:06:35 -07:00
Darren Austin
90d845c158 Updated skipped tests for scheduler directory. (#87873) 2021-08-09 11:05:27 -07:00
Jonah Williams
5792c7347c Use Device specific gesture configuration for scroll views (#87604) 2021-08-09 10:50:02 -07:00
engine-flutter-autoroll
089323487f Roll Engine from c0e59bc7b65e to 4fef55db1031 (12 revisions) (#87829) 2021-08-09 10:25:04 -07:00
Chibuzor Ojukwu
4f51f8e042 showModalBottomSheet documentation (#87929) 2021-08-09 10:15:03 -07:00
greymag
8d117c63dd Doc: default value for enableInteractiveSelection. (#87949) 2021-08-09 10:10:05 -07:00
Michael Thomsen
947d3b6d7b Run --update-packages (#87786) 2021-08-09 08:41:54 +02:00
Casey Hillers
6876c52b5b [ci.yaml] Add clang to tool integration tests, gems fix (#87919) 2021-08-08 15:34:09 -07:00
LongCatIsLooong
d3bdbed498 [EditableText] preserve selection/composition range on unfocus (#86796) 2021-08-06 17:45:02 -07:00
Chris Bracken
497eb13d03 Migrate python invocations to python3 (#87759)
Python 2 has been end-of-life'd since January 2020, all Python scripts
on which Flutter depends have been migrated to Python 3. This changes
documentation and remaining invocations to explicitly invoke python3.

Issue: https://github.com/flutter/flutter/issues/83043
2021-08-06 14:42:08 -07:00
嘟囔
bffa11e2b6 fix: fix BuildableMacOSApp pass no projectBundleId to super error (#87264) 2021-08-06 14:30:07 -07:00
Casey Hillers
bd04a22bbd [ci.yaml] Fix firebase recipe, xcode version, and web_benchmarks (#87814) 2021-08-06 13:00:04 -07:00
Jenn Magder
28dfb44559 Add native iOS screenshots to integration_test (#84611) 2021-08-06 12:45:04 -07:00
engine-flutter-autoroll
a694778531 c0e59bc7b fix a typo in https://github.com/flutter/engine/pull/27311 (flutter/engine#27687) (#87763) 2021-08-06 12:40:03 -07:00
Casey Hillers
1c01a97808 [ci.yaml] Empty commit to verify LUCI configs (#87813) 2021-08-06 08:27:30 -07:00
Mahdi K. Fard
40e8620a27 Update dart preamble code. (#87557)
DataTable and Button NNBD docs fixes
2021-08-05 21:44:50 -07:00
Jenn Magder
972bdf80bd Wait for module UI test buttons to be hittable before tapping them (#87607) 2021-08-05 17:20:04 -07:00
Christopher Fujino
6dfa53b048 [flutter_conductor] pretty-print state JSON file (#87756) 2021-08-05 15:59:56 -07:00
Denis Grafov
6b32482b93 Make kMaterialEdges const (#87329) 2021-08-05 14:39:27 -07:00
engine-flutter-autoroll
5429afd486 431ac604d Roll Skia from 8ba1e71a1f59 to 7893d2d0862d (1 revision) (flutter/engine#27910) (#87752) 2021-08-05 13:35:03 -07:00
Casey Hillers
bbdd8a1c89 [ci.yaml] Add gradle cache to devicelab host only targets (#87750) 2021-08-05 13:20:03 -07:00
Kate Lovett
7bbcdc239b Prevent Scrollbar axis flipping when there is an oriented scroll controller (#87698) 2021-08-05 13:10:06 -07:00
engine-flutter-autoroll
3dd8160125 4092390a6 Embed OCMock and iOS tests into IosUnitTests app (flutter/engine#27899) (#87751) 2021-08-05 12:30:03 -07:00
Darren Austin
225a43d941 Updated skipped tests for rendering directory. (#87700) 2021-08-05 11:32:48 -07:00
engine-flutter-autoroll
ec86605a1c Roll Engine from f1a759d98ad3 to 07ec4b82c71c (3 revisions) (#87746) 2021-08-05 11:25:04 -07:00