Commit Graph

25426 Commits

Author SHA1 Message Date
Abhishek Ghaskata
10aad08a34 add ? (#88019) 2021-08-13 17:02:09 -07:00
Michael Goderbauer
79ff8a5cb6 Revert "Bump to Gradle 7 and use Open JDK 11 (#88133)" (#88189)
This reverts commit 91e0759b72.
2021-08-13 12:42:58 -07:00
Emmanuel Garcia
91e0759b72 Bump to Gradle 7 and use Open JDK 11 (#88133) 2021-08-13 11:12:05 -07:00
engine-flutter-autoroll
85297c07c1 b3248764e Roll Skia from ec07af1279ec to 1fc789943486 (8 revisions) (flutter/engine#28048) (#88132) 2021-08-13 11:07:05 -07:00
zuvola
93d69544a1 Fix AnimatedCrossFade would focus on a hidden widget (#87618)
Moving the focus with the tab key on the external keyboard will move the focus to the widget that is hidden by AnimatedCrossFade.
2021-08-13 08:49:43 -07:00
嘟囔
bf3ff7ec71 feat: migrate fuchsia/application_package.dart to null-safe (#88095) 2021-08-13 00:22:07 -07:00
Justin McCandless
4bd8b288bb ScaleUpDetails focalPointDelta (#85718)
Corrects the exact definition in code and docs of ScaleUpDetails delta.
2021-08-12 18:02:02 -07:00
Greg Spencer
2a42069b2a Bump snippets to 0.2.3, fix redundant global activate in docs.sh (#88123) 2021-08-12 17:37:05 -07:00
chunhtai
b860982938 remove _AbortingSemanticsFragment (#88067) 2021-08-12 17:32:03 -07:00
LongCatIsLooong
6e224ee0e6 [EditableText] call onSelectionChanged only when there're actual selection/cause changes (#87971) 2021-08-12 17:27:03 -07:00
Michael Goderbauer
fbc4e9bcc5 Revert "Update MaterialScrollBehavior.buildScrollbar for horizontal axes (#87740)" (#88129) 2021-08-12 16:12:06 -07:00
keyonghan
5b5eaf0ea1 add platform tags (#88117) 2021-08-12 16:02:03 -07:00
Anurag Roy
758c28b813 [flutter_tools] Reland "Make upgrade only work with standard remotes" (#87731) 2021-08-12 15:52:07 -07:00
Ian Hickson
7bedd0f122 Fix incorrect logging. (#88042) 2021-08-12 15:32:06 -07:00
Zachary Anderson
f0e832cdea [flutter_tool] Fix DesktopLogReader to capture all output (#88116) 2021-08-12 14:57:07 -07:00
Ahmed Ashour
5848a1620d [gen_l10n] to handle arbitrary DateFormat patterns (#86844) 2021-08-12 14:34:52 -07:00
engine-flutter-autoroll
e1485e95b1 670a681c1 Fix some warnings seen after the migration to JDK 11 (flutter/engine#28045) (#88127) 2021-08-12 14:27:06 -07:00
engine-flutter-autoroll
df34960233 Roll Engine from 06da8b0c078d to 8bf3cc67e587 (6 revisions) (#88121) 2021-08-12 13:17:06 -07:00
Jenn Magder
9764d861ca Support flutter create --platform singular flag (#88076) 2021-08-12 11:42:04 -07:00
Jenn Magder
9b1ed4639d Update flutter create templates for Xcode 13 (#88074) 2021-08-12 11:37:04 -07:00
engine-flutter-autoroll
16b5af9bb1 06da8b0c0 Fix getLineBoundary for TextAffinity (flutter/engine#28008) (#88115) 2021-08-12 10:27:04 -07:00
嘟囔
047d35d8ba feat: refactor IosProject and MacOSProject to extends XcodeBasedProject to share common (#87930) 2021-08-11 21:47:05 -07:00
Justin McCandless
9e9ca69808 Home/End key support for Linux (#87294)
Support for more desktop keyboard keys/shortcuts.
2021-08-11 21:05:16 -07:00
嘟囔
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