17460 Commits

Author SHA1 Message Date
Hans Muller
871386bbb4
Revert "Changing ElevatedButton.child to be non-nullable (#87901)" (#88071)
This reverts commit 724c0eb65cef6a66241f9f1500dc9ed53991d5be.
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
嘟囔
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
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
Tong Mu
91f8b6be51
Revert "Revert "Restores surface size in the postTest of test binding (#87240)" (#87258)" (#87297)
This reverts commit ccf6f0353ad605f04e9a2db0d025824f14362a4a.

New impl

Remove temp

Format
2021-08-11 00:37:54 -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 0f465e5b2a3ed2431321b490a614c3d15089854c.

* 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
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
LongCatIsLooong
d3bdbed498
[EditableText] preserve selection/composition range on unfocus (#86796) 2021-08-06 17:45:02 -07:00
嘟囔
bffa11e2b6
fix: fix BuildableMacOSApp pass no projectBundleId to super error (#87264) 2021-08-06 14:30:07 -07:00
Jenn Magder
28dfb44559
Add native iOS screenshots to integration_test (#84611) 2021-08-06 12:45:04 -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
Denis Grafov
6b32482b93
Make kMaterialEdges const (#87329) 2021-08-05 14:39:27 -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
Darren Austin
225a43d941
Updated skipped tests for rendering directory. (#87700) 2021-08-05 11:32:48 -07:00
Jia Hao
e40d7e6ef4
Don't set the SplashScreenDrawable for new projects (#87619) 2021-08-04 23:15:04 -07:00
Kate Lovett
0f465e5b2a
Revert "update ScrollMetricsNotification (#87421)" (#87693)
This reverts commit 52bf9dbbd72ecc787474da223c32d2368a4ad49e.
2021-08-04 17:59:50 -05:00
chunhtai
c38feb3b33
Router replaces browser history entry if state changes (#83509) 2021-08-04 15:30:04 -07:00
Taha Tesser
28f311ada9
[Documentation] Add AlignTransition interactive example (#87021) 2021-08-04 15:18:50 -07:00
Viren Khatri
f134f039c6
added autofocus and test (#87591) 2021-08-04 14:00:02 -07:00
Viren Khatri
dc6913042e
changed Scrollbar to StatelessWidget (#87647) 2021-08-04 12:35:04 -07:00
LongCatIsLooong
0f4e1db7ed
[Focus] defer autofocus resolution to _applyFocusChange (#85562) 2021-08-04 12:30:02 -07:00
keyonghan
c5f4f58640
Skip flaky test debugger_stepping_test (#87670) 2021-08-04 12:20:04 -07:00
Todd Volkert
6490a4e942
Add SerialTapGestureRecognizer (#83082)
This gesture recognizer can be used to recognize the classic
"onclick" behavior, where each tap in a series fires an event
with an incrementing "count" of how many taps have occurred
in series. This can in turn be used to build widgets that respond
to both tap and double-tap, or for widgets like the YouTube TV
player, where each subsequent tap in a series of >2 taps adjusts
the playhead another 15 seconds.

Fixes https://github.com/flutter/flutter/issues/81657
2021-08-04 12:12:38 -07:00
Yazeed AlKhalaf
e7fd092f7f
🔋 Enhance cupertino button fade in and fade out (#87139) 2021-08-04 10:30:05 -07:00
Lau Ching Jun
95217eb72a
Add new hook for setupHotReload and after updating devFS is complete (#87532)
* Add new hook for setupHotReload and after updating devFS is complete

* Handle the case where updateDevFS failed
2021-08-03 21:09:56 -07:00
xubaolin
5a48a416b8
Update some Focus docs (#87561) 2021-08-03 18:25:05 -07:00
Greg Spencer
169bb1b73f
Fix the sample code analyzer to properly handle missing_identifier errors (#87593)
This fixes how the sample analyzer handles missing_identifier errors. It was looking at the wrong line, and missing an else clause, so it was silently allowing missing_identifier errors to pass.

In addition, this fixes the sample generation so that it uses the correct filename for the output files: it previously was looking for the first line that had a filename, which was meant to indicate a non-generated line. This change adds a new Line.generated constructor for generated lines, so that they can also have the correct filename associated with them.
2021-08-03 17:39:12 -07:00
Anna Gringauze
cc63c81408
Update all packages (#87579)
- Update dwds and and the rest of the packages

Closes: https://github.com/flutter/flutter/issues/87100
2021-08-03 16:37:48 -07:00
Kate Lovett
1a76a01f0f
Skip flaky test (#87589) 2021-08-03 14:35:03 -07:00
xubaolin
79d32877c9
fix the DropdownButtonFormField's label display bug when the hint is non-null (#87104) 2021-08-03 14:10:03 -07:00
Jonah Williams
0d3b44e835
[flutter] replace 'checked mode' with 'debug mode' (#87408) 2021-08-03 13:25:05 -07:00
Darren Austin
1b77fca735
Updated skipped tests for painting directory. (#87546) 2021-08-03 11:16:53 -07:00
Anna Gringauze
44d9af80cb
Flutter_tools for web: report error messages with stacks on exit (#87386)
* Flutter_tools for web platform: report error messages with stacks on toolExit

Print error messages and stacks in verbose mode before calling
`throwToolExit` on communication errors to chrome and dwds.

This will help us disagnose CI flakes:

Helps: https://github.com/flutter/flutter/issues/84012
Closes: https://github.com/flutter/flutter/issues/87149

* Added tests

* Extend timeout for testing failure to connect to chrome

* Update rest of chrome tests to await until matching is finished
2021-08-03 10:51:35 -07:00
Jenn Magder
d1eff7f4e3
Add Cupterino button animation test (#87535) 2021-08-03 10:40:05 -07:00