Kate Lovett
97dc7eee57
Step 3 of 3: Remove opt-in for debugCheckHasMaterialLocalizations assertion on TextField ( #58831 )
2020-06-12 12:40:03 -07:00
Todd Volkert
ff7538f7b5
Add support for horizontal and vertical double-arrow system cursors ( #59342 )
2020-06-12 12:35:08 -07:00
Juyeong Lee
d350f4194e
fix typo in bottom navigation bar docs ( #58780 )
2020-06-12 12:35:03 -07:00
Ian Hickson
38c33d9c48
Build routes even less. ( #58202 )
2020-06-12 12:30:03 -07:00
Jenn Magder
eee3912f04
Revert "[Widgets] Add DefaultTextHeightBehavior inherited widget. ( #59196 )" ( #59347 )
...
This reverts commit 3efc517ab5 .
2020-06-12 10:33:24 -07:00
Danny Tuppeny
96711b00ce
Don't crash on requests for invalid package URLs ( #59250 )
2020-06-12 09:25:04 -07:00
MH Johnson
3efc517ab5
[Widgets] Add DefaultTextHeightBehavior inherited widget. ( #59196 )
2020-06-12 09:20:04 -07:00
Kate Lovett
64f42c0ea8
Support floating the header slivers of a NestedScrollView ( #59187 )
2020-06-12 09:15:02 -07:00
Zachary Anderson
e96b13c72f
Revert "Roll Engine from 965fbbed1776 to d417772d7acd (21 revisions) ( #59282 )" ( #59334 )
...
This reverts commit 1d407de925 .
2020-06-12 09:02:19 -07:00
engine-flutter-autoroll
1d407de925
Roll Engine from 965fbbed1776 to d417772d7acd (21 revisions) ( #59282 )
2020-06-11 16:45:02 -07:00
Jonah Williams
bf94520644
[versions] Update all the versions ( #59283 )
2020-06-11 16:40:22 -07:00
Alexandre Ardhuin
65ef1f94bb
test flutter framework with null-safety ( #59280 )
2020-06-11 16:40:02 -07:00
Marcus Tomlinson
1fe0f22645
Remove use of BundleUtilities in Linux build ( #59080 )
...
* Explicitly install the Flutter library
* Publish ${FLUTTER_LIBRARY} to parent scope
* Bundle plugin libraries
* Bundle <plugin_name>_bundled_libraries too
* BUNDLED_LIBRARIES -> PLUGIN_BUNDLED_LIBRARIES
* Update Linux plugin test
* Address review comments
2020-06-11 22:00:28 +01:00
Jenn Magder
3744b82d8c
Support .flutter-plugins-dependencies ( #59209 )
2020-06-11 13:25:01 -07:00
Ayush Bherwani
802ba9ac90
adds interactive example ( #59251 )
2020-06-11 11:40:03 -07:00
Jenn Magder
222c2cb0cc
Deprecate make-host-app-editable ( #59217 )
2020-06-11 11:37:15 -07:00
zmtzawqlp
3fc364cfbb
add missing arguments for all constructors of ListView and GridView ( #58746 )
2020-06-11 11:35:02 -07:00
Gary Roumanis
d25b9c80a4
Do not depend on embedded ( #59210 )
2020-06-11 09:31:05 -07:00
Wyte Krongapiradee
3be48f34f2
[Flutter Driver] Update the comments regarding the default timeout of WaitFor and WaitForAbsent commands ( #58771 )
2020-06-11 09:30:02 -07:00
Alexandre Ardhuin
49dc9b1227
fix tree ( #59257 )
2020-06-11 16:05:18 +02:00
engine-flutter-autoroll
413702bcd5
Roll Engine from e8c13aa012c9 to 965fbbed1776 (42 revisions) ( #59222 )
2020-06-11 05:15:02 -07:00
Alexandre Ardhuin
4d7525f05c
Opt out nnbd in packages/flutter ( #59186 )
...
* add language version 2.8 in packages/flutter
* enable non-nullable analyzer flag
2020-06-11 14:11:30 +02:00
Darren Austin
012cee2731
Typo fixing sweep through packages/flutter. ( #59219 )
2020-06-11 05:10:01 -07:00
Gabriel Terwesten
daddc914c7
Fix docs for Focus.onKey event propagation ( #59096 )
2020-06-10 16:35:01 -07:00
Ming Lyu (CareF)
b5d0b9122f
Cleanup devicelab framework duplicate ( #59046 )
...
* combine forwardStandardStreams
* combine exec and eval
2020-06-10 19:30:12 -04:00
Hansol Lee
e13b44d978
Add sample code to PositionedTransition ( #59156 )
2020-06-10 14:20:35 -07:00
Per Classon
8cf15ee2aa
Rebuild SliverAppBar when forceElevated changes ( #59162 )
2020-06-10 14:15:02 -07:00
Jenn Magder
319a61fd81
Move iOS Podfile logic into tool ( #59044 )
2020-06-10 14:12:48 -07:00
Ming Lyu (CareF)
78a4016c81
Line break for devicelab/bin/run.dart help info ( #58986 )
...
The original help info has lines too long for
appropriate terminal display.
2020-06-10 17:11:48 -04:00
Jenn Magder
75fd73d818
Revert "[flutter_tools] inject output preferences at the top level ( #58875 )" ( #59197 )
...
This reverts commit dca6320fe4 .
2020-06-10 13:49:35 -07:00
WJQ
618108bfca
Fix typo in scroll_aware_image_provider.dart ( #59128 )
2020-06-10 12:30:01 -07:00
Darren Austin
cb8562e163
Make the InkResponse's focus highlight honor the radius parameter ( #59117 )
2020-06-10 12:25:04 -07:00
Darren Austin
cd547c70b2
Minor cleanup of some no longer needed code. ( #59111 )
2020-06-10 12:20:04 -07:00
Hans Muller
9c660c1b1e
Update TextTheme.button.letterSpacing from 0.75 to 1.25 per spec ( #59008 )
2020-06-10 12:15:07 -07:00
Nate Bosch
4461cfbaaf
Drop an unnecessary factory constructor ( #58723 )
2020-06-10 12:15:04 -07:00
Jonah Williams
dca6320fe4
[flutter_tools] inject output preferences at the top level ( #58875 )
...
The tool was setting the output preferences in a sub-context. Originally these were not injected before the arg parsers were created, though that was fixed by the lazy command creation. Once local engine is removed, the inner flutter_command Zone can be removed.
2020-06-10 12:13:06 -07:00
Jonah Williams
e7b4d2b80e
[flutter_tools] remove globals from proxy validator ( #59175 )
...
Remove global Platfrom from proxy validator. move tests to new file, and update asserts to cover message contents.
2020-06-10 12:12:35 -07:00
Jose Alba
76de30edc8
Updated Slider test ( #58630 )
2020-06-10 12:10:02 -07:00
engine-flutter-autoroll
d9653445f4
Roll Engine from 6fd335671508 to e8c13aa012c9 (10 revisions) ( #59095 )
2020-06-09 15:43:03 -07:00
Jonah Williams
d911eadf95
[flutter_tools] create NotifyingLogger at the top level when running flutter run --machine or flutter attach --machine ( #59087 )
...
Removes dependency on injecting additional logger with zones
2020-06-09 15:39:27 -07:00
Kate Lovett
afe8bf7c4d
Removing flag for final migration step ( #58829 )
2020-06-09 15:38:03 -07:00
Jenn Magder
9037ccd355
Add per-test timeout to Cirrus tool general tests ( #58649 )
2020-06-09 12:38:01 -07:00
Alexandre Ardhuin
f7d2bcdfe0
nnbd annotation in flutter_goldens_client ( #59069 )
2020-06-09 12:23:01 -07:00
Jonah Williams
6067571fab
[flutter_tools] support flutter run -d edge ( #56173 )
...
Support Microsoft Edge as a device for flutter run when web is enabled. Currently this only works on Windows, and does not include a validator for edge.
Fixes #55322
2020-06-09 12:03:51 -07:00
Jonah Williams
e54f8f523f
[flutter_tools] include dart-defines in cached kernel name ( #59083 )
...
This prevents using a cached kernel file with different defines, since --initialize-from-dill does not handle this correctly.
Fixes #58976
2020-06-09 12:03:28 -07:00
engine-flutter-autoroll
442422f0ac
Roll Engine from 580ab9c3c592 to 6fd335671508 (3 revisions) ( #59039 )
2020-06-09 11:23:02 -07:00
Christopher Fujino
cf7e4a0b90
[flutter_tools] Fix slow ios_device_start_prebuilt_test ( #59026 )
2020-06-09 11:22:31 -07:00
Helin Shiah
e62c1f6954
Send text error in JSON and print in tools ( #59018 )
2020-06-09 11:18:03 -07:00
Jonah Williams
ec4049e781
[flutter_tools] support bundle-sksl-path on all desktop and mobile targets ( #58879 )
...
Adds support for --bundle-sksl-path to windows, linux, macOS, and iOS.
Fixes #53115
2020-06-09 11:15:52 -07:00
chunhtai
39e00d2ea4
fix overscroll position if there is sliver before center sliver in custom scroll view ( #59015 )
2020-06-09 11:13:03 -07:00