14019 Commits

Author SHA1 Message Date
Phil Quitslund
58ec73fad4
API doc additions (#63194) 2020-08-07 21:31:04 -07:00
Adam Bahr
5cf3c8728c
Update "shortcut icon" to "icon" (#63154) 2020-08-07 21:26:03 -07:00
chunhtai
58e839223d
reland fix intrinsic height and width for widget span #61485 (#63118) 2020-08-07 21:01:03 -07:00
Jonah Williams
c2e85e67c9
[null-safety] remove more usage of mockito from the framework tests (#62936) 2020-08-07 20:31:08 -07:00
Pragya
191c7cbe0b
Updated dataTable API doc to explicitly point sorting (#61356) 2020-08-07 20:31:05 -07:00
chunhtai
f9fd71bc78
Implement Router widget and widgets app api (#60299) 2020-08-07 20:26:05 -07:00
Pascal Welsch
12b8d9db80
Reduce iOS scroll damping for lists with differently sized items (#59623) 2020-08-07 20:21:07 -07:00
Ian Hickson
77b4505c80
Fix a crash when disposing tabs (#63142) 2020-08-06 18:51:02 -07:00
John Ryan
c7e63113b2
Fix grammar in Route doc comment (#63132) 2020-08-06 16:26:04 -07:00
Ming Lyu (CareF)
99ea866247
update packages (#63017) 2020-08-06 16:21:05 -07:00
Nolan Scobie
43c1b34cf5
Add punctuation for unterminated sentences in doc comments (#62755)
* Add punctuation for unterminated sentences in doc comments

* Addressing review nit
2020-08-06 19:18:52 -04:00
chunhtai
3af97d228c
Fix the flexible space bar to still create a rendering object even if… (#62690) 2020-08-06 16:16:15 -07:00
Kate Lovett
79146fd0a6
Fix SliverList scrollOffsetCorrection 0 case (#62615) 2020-08-06 16:11:16 -07:00
Ayaan Khan
4680ff3a79
fix: MaterialColor Swatch Map comparison (#61974) 2020-08-06 16:06:10 -07:00
Hans Muller
050b0302a7
Fixed a typo in the DataRow API doc (#63094) 2020-08-06 13:54:56 -07:00
Ming Lyu (CareF)
033d138078
using named constructor to FrameTiming (#63030) 2020-08-06 13:51:04 -07:00
Jenn Magder
0aafdf9aa9
Change minimum iOS version from 8.0 to 9.0 (#62902) 2020-08-06 13:46:15 -07:00
Norbert Kozsir
848cb83b83
Make _isLocalCreationLocation public (#62891) 2020-08-06 09:06:07 -07:00
Alexandre Ardhuin
c54b15b6b2
unnecessary null check (#63083) 2020-08-06 18:05:36 +02:00
Alexandre Ardhuin
18ed041d18
handler can be null in platform_channel (#63057) 2020-08-06 18:05:21 +02:00
Darren Austin
e9117c1902
Updated tests to use new button classes. (#63040) 2020-08-06 08:15:25 -07:00
Hans Muller
f3b1e31c1e
Remove old button references from the Stepper widget (#63012) 2020-08-05 19:41:41 -07:00
Shi-Hao Hong
bd3a4cc517
Update to the latest localizations (#63026) 2020-08-05 19:41:04 -07:00
Justin McCandless
d69ddc47f3
Incomplete app widget error (#63005) 2020-08-05 19:31:03 -07:00
stuartmorgan
f534d6e669
Add flutter_engine.cc to Windows wrapper build (#62999) 2020-08-05 19:26:05 -07:00
Ian Hickson
522d19e2ad
Unskip the bidi semantics test. (#62823) 2020-08-05 19:21:11 -07:00
Mouad Debbar
d13b56a0cd
Don't move to word edge when tapping with a mouse (#60177) 2020-08-05 19:16:06 -07:00
Hans Muller
6338181428
Remove old button references from routes_test (#63013) 2020-08-05 15:26:10 -07:00
creativecreatorormaybenot
b631013a87
Fix GestureDetector long press callback handling (#62897)
* Allow GestureDetector to use long press and secondary long press at the same time.
2020-08-05 15:22:41 -07:00
Chris Yang
c9cd825fca
[flutter_tools] flutter version reports picks up release versions (#63019) 2020-08-05 15:20:27 -07:00
xubaolin
ca660aad09
fix some comments for clipBehavior's default value (#62954) 2020-08-05 15:16:24 -07:00
Jonah Williams
762d9f7f4e
[flutter_tools] warn when main library is relocated (#62930) 2020-08-05 15:11:15 -07:00
Ian Hickson
ef62463e9c
Update link to bug (#62893) 2020-08-05 15:06:24 -07:00
Ian Hickson
8ad4da4a4e
There's a bug filed about this now, so update comment. (#62892) 2020-08-05 15:01:21 -07:00
Marcus Tomlinson
145df39953
Explicitly find and link blkid using pkg-config (#62979) 2020-08-05 14:56:19 -07:00
Ian Hickson
2939c209aa
Update error message for bad UTF-8 decoding (#62888) 2020-08-05 14:56:14 -07:00
includecmath
3c12279f50
[widgets] Refactor Overlay insert methods entries assert (#62407) 2020-08-05 14:46:51 -07:00
Alexandre Ardhuin
f724ec028f
non-nullable LicenseEntry.packages (#62972) 2020-08-05 18:34:54 +02:00
Ayush Bherwani
263de65f48
[ExpansionPanelList] adds elevation property (#62840) 2020-08-05 09:26:04 -07:00
Jonah Williams
6393c5b2c3
[flutter_tools] remove reference to flutter tool test from user generated gitignores (#62926) 2020-08-04 19:06:04 -07:00
Ian Hickson
b045c14eb5
Make the Skia expectation parser more resilient and update to "master_str". (#62898) 2020-08-04 18:53:31 -07:00
Ming Lyu (CareF)
8081455394
revert widgettester breaking change (#62914) 2020-08-04 17:26:05 -07:00
Jonah Williams
732083018c
[null-safety] remove mockito from text control a11y test (#62869) 2020-08-04 16:56:03 -07:00
Darren Austin
bebc119ce5
TextSelectionTheme support (step 1 of 3) (#62014)
Create a new TextSelectionTheme for text selection properties.
2020-08-04 16:06:28 -07:00
Michael Goderbauer
3b887bec47
Reland "migrate part of painting to nullsafety (#62696)" (#62872) 2020-08-04 16:06:04 -07:00
Jonah Williams
428be90768
[null-safety] revert export of Fake from test_api (#62894) 2020-08-04 14:31:05 -07:00
Jonah Williams
9be31e26ef
[null-safety] remove quiver from flutter tests (#62866) 2020-08-04 14:26:04 -07:00
Ian Hickson
18e2c16718
Update skipped test comment to point to an open bug (#62820) 2020-08-04 13:41:05 -07:00
Jason Simmons
3ed6b206d2
Fix text escaping in the AboutListTile sample code (#62707) 2020-08-04 13:36:05 -07:00
Ian Hickson
4a4e9bad84
Enable a scrolling fling test. (#62825) 2020-08-04 12:46:07 -07:00