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 3efc517ab5bb0263c010fc6710d2b1c32b048b2e.
2020-06-12 10:33:24 -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
Ayush Bherwani
802ba9ac90
adds interactive example ( #59251 )
2020-06-11 11:40:03 -07:00
zmtzawqlp
3fc364cfbb
add missing arguments for all constructors of ListView and GridView ( #58746 )
2020-06-11 11:35: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
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
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
Jose Alba
76de30edc8
Updated Slider test ( #58630 )
2020-06-10 12:10:02 -07:00
Kate Lovett
afe8bf7c4d
Removing flag for final migration step ( #58829 )
2020-06-09 15:38:03 -07:00
Helin Shiah
e62c1f6954
Send text error in JSON and print in tools ( #59018 )
2020-06-09 11:18:03 -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
Jason Simmons
5736def36c
Handle selection ranges where getBoxesForSelection returns an empty list ( #59014 )
2020-06-09 11:08:04 -07:00
Pierre-Louis
22ea668f82
Scale input decorator label width ( #59010 )
2020-06-09 11:03:02 -07:00
chunhtai
17ed4e0b3a
Introduce inherited navigator observer and refactor hero controller ( #58808 )
2020-06-08 16:18:02 -07:00
chunhtai
333eb9d76a
enable Navigator.of to accept a navigator element and return its stat… ( #58259 )
2020-06-08 16:13:02 -07:00
Greg Spencer
d7321d92b8
Make _RenderSlider not be a semantics container ( #58535 )
...
This PR makes _RenderSlider not be a semantics container. This is so that the FocusableActionDetector in the Slider widget will get to aggregate the semantics information, since otherwise Talkback won't focus the slider because it thinks that the focus node doesn't have anything to say (which it doesn't but the _RenderSlider child does). If the _RenderSlider is a semantics container, then it keeps its speakable information to itself, but it isn't the Focus widget, so when the keyboard focus goes to the focus node, the accessibility focus doesn't move.
Since the _RenderSlider is always wrapped by the Slider widget, there's nothing lost in making it not be a container.
2020-06-08 14:04:45 -07:00
Per Classon
452e6b17c7
Add collapsed height param to SliverAppBar ( #58593 )
2020-06-08 13:18:02 -07:00
dev-aentgs
2802095104
Update animation.dart ( #58971 )
2020-06-08 12:42:58 -07:00
Jonah Williams
0620cfa770
Revert "Send text error in JSON and print in tools ( #58994 )" ( #59002 )
...
This reverts commit f0174b176a87ca12a8128ca1cd5edadcfede46b5.
2020-06-08 11:56:23 -07:00
Helin Shiah
f0174b176a
Send text error in JSON and print in tools ( #58994 )
...
* Revert "Revert "Send text error in JSON and print in tools (#58284 )" (#58872 )"
This reverts commit c2d5e18cb2df9400ab3b34f12fb1eba957084e2f.
* Put streamListen in try/catch if extension events already listened for
2020-06-08 11:24:23 -07:00
LongCatIsLooong
b64d652fd1
Add 2 new keyboard types and infer keyboardType from autofill hints ( #56641 )
2020-06-08 11:23:03 -07:00
Jonah Williams
c2d5e18cb2
Revert "Send text error in JSON and print in tools ( #58284 )" ( #58872 )
...
This reverts commit cce6b3c5aeb12488d7dbec854a0b3adb4b720cd0.
2020-06-06 10:35:58 -07:00
Helin Shiah
cce6b3c5ae
Send text error in JSON and print in tools ( #58284 )
...
* Send text error in JSON and print in tools
* Add test for error text
* Fix analysis issues
* Move streamListen to try/catch and use global.printStatus
* Extract print error fn and listen for events in web runner
* Add extension listen request to test
* Update packages/flutter_tools/lib/src/resident_runner.dart
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
* Rename error parsing method
* Allow crash if listen for extension stream fails
* Add test for error and non-error extension events
* Fix formatting for TextTreeRenderer
* Use shorter message for second exceptions
* Specify types for map
* Add empty JSON for resident_web_runner test
* Move stream listen to vmservice and add vmservice test
* Fix stream type
* Move structured error log definition to vmservice
* Use correct test matcher isNot
Co-authored-by: Jonah Williams <jonahwilliams@google.com>
2020-06-05 19:07:37 -07:00
Kabo
8b201b988b
Update build doc ( #58754 )
2020-06-05 15:43:03 -07:00
chunhtai
5eaaad41fb
fix cupertino page route dismisses hero transition when swipe to the … ( #58024 )
...
* fix cupertino page route dismisses hero transition when swipe to the edge
* add more comment
* addressing comments
2020-06-05 15:40:28 -07:00
chunhtai
afbb80b260
fix navigator observer announcement order ( #57605 )
...
* fix navigator observer announcement order
* addressing review comments
* update
* fix analyzer
2020-06-05 15:18:50 -07:00
Nils Reichardt
3e273b14e2
[web & desktop] Hide all characters in a TextField, when obscureText is true on web & desktop ( #56794 )
2020-06-05 15:18:01 -07:00
Michel Feinstein
71a5c61907
Adds physics to the TabBar ( #57416 ) ( #57644 )
2020-06-05 06:38:03 -07:00
Kate Lovett
3ec6978c9c
Fix custom physics application in TabBarView ( #58715 )
2020-06-04 16:43:03 -07:00
Michael Rienstra
78c2defae4
Minor correction to documentation for buttonColor ( #58117 )
2020-06-04 16:38:03 -07:00
jBrennen
e9a4759947
#57730 - Support custom shapes for ListTiles ( #57733 )
2020-06-04 16:33:02 -07:00
Hans Muller
10ae8698b4
Added MaterialStateProperty overlayColor to InkWell ( #58650 )
2020-06-04 14:04:11 -07:00
Tomohiro Hattori
03524a426f
Add sample code of GestureDetector with no children ( #57838 )
2020-06-04 10:43:01 -07:00
Kate Lovett
b915808f63
Step 2 ( #57751 )
2020-06-04 10:38:02 -07:00
Kate Lovett
8ae64ef1fd
Changing default opt-in ( #57511 )
2020-06-04 10:33:03 -07:00
chunhtai
8a19145f3e
update build doc string to advocate avoiding doing tasks other than b… ( #58213 )
2020-06-04 10:18:02 -07:00
William Oprandi
91e7678f79
Allow null value for CheckboxListTile ( #58154 )
2020-06-03 16:13:01 -07:00
Pedro Massango
997a6ffc00
Pass MaterialButton.disabledElevation into RawMaterialButton ( #58209 )
...
* Pass disabledElevation from MaterialButton into RawMaterialButton
2020-06-03 15:12:32 -07:00
Robert Ancell
0b7a08c4f6
Update StandardCodec documentation with double alignment ( #58456 )
2020-06-03 15:08:01 -07:00
Greg Spencer
82acf02d2c
Make it possible to remove nodes from traversal sort. ( #58621 )
2020-06-03 14:53:01 -07:00