Kate Lovett
477683e0bf
Remove deprecated typography constructor ( #83926 )
2021-06-14 16:24:02 -07:00
Kate Lovett
bfd3f115c7
Clean up NestedScrollView TODOs ( #84594 )
2021-06-14 16:04:03 -07:00
Abhishek Ghaskata
fdc3fb3f9e
Elevation for Stepper(horizontally) ( #83177 )
2021-06-14 15:59:04 -07:00
Greg Spencer
88f3811055
Turn on avoid_dynamic_calls lint, except packages/flutter tests, make appropriate changes. ( #84476 )
...
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated.
Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
2021-06-14 14:16:57 -07:00
Kate Lovett
7773d0b020
Remove deprecated hasFloatingPlaceholder ( #83923 )
2021-06-14 13:04:04 -07:00
David Martos
f4f1c2103e
Fix scrollbar error message and test ( #84570 )
2021-06-14 11:34:02 -07:00
Darren Austin
a714c97c0b
Ensure the Autocomplete options scroll as needed. ( #83863 )
2021-06-14 11:24:02 -07:00
Aneesh Rao
ed0301380e
Fix grammatical error in services.dart ( #84494 )
2021-06-14 11:04:02 -07:00
Devon Carew
dc47cf5cee
update the test expectations for the flutter widget transformer ( #84578 )
2021-06-14 10:37:15 -07:00
Alexandre Ardhuin
323ffe1233
fix indentation issues ( #84374 )
2021-06-12 00:34:02 -07:00
Tong Mu
e708aa64bd
Reland: MouseRegion enter/exit event can be triggered with button pressed ( #83253 )
...
* Revert "Revert "MouseRegion enter/exit event can be triggered with button pressed (#81148 )" (#81557 )"
2021-06-11 20:31:20 -07:00
nohli
fb664702be
Add slider adaptive cupertino thumb color ( #81647 )
2021-06-11 10:14:02 -07:00
Darren Austin
144e21b3cb
ReorderableListView should treat fuchsia as a mobile platform. ( #84393 )
2021-06-10 17:43:24 -07:00
xubaolin
0347c533f1
fix a PlatformView gesture bug ( #84257 )
2021-06-10 17:39:03 -07:00
xubaolin
f43a282f1c
fix a DropdownButtonFormField label display issue ( #83014 )
2021-06-10 16:54:03 -07:00
Aayan
efe0c5eb85
Integrate MaterialBanner with the ScaffoldMessenger API ( #81706 )
2021-06-10 16:14:04 -07:00
Emmanuel Garcia
734df6f5c6
Allow Flutter focus to interop with Android view hierarchies ( #84055 )
2021-06-10 16:06:04 -07:00
David Martos
e9542ec646
Assert for valid ScrollController in Scrollbar gestures ( #81278 )
2021-06-10 12:54:03 -07:00
Kate Lovett
8603ed995d
Fix scrollbar drag gestures for reversed scrollables ( #82764 )
2021-06-10 12:39:04 -07:00
Pedro Massango
3193285c7d
Add SizedBox.square() constructor ( #84041 )
...
* Add SizedBox.square() constructor
* Fix comment and move test case to the right file
* Add missing import statement
2021-06-10 19:49:40 +01:00
Craig Labenz
02b46b0d77
refactor: Add MaterialStateMixin ( #82843 )
2021-06-10 11:44:04 -07:00
xubaolin
b5fc79f9ec
TextField terminal the enter and space raw key events by default ( #82671 )
2021-06-10 11:39:04 -07:00
Alexandre Ardhuin
2c998d8be7
fix indentation of class members ( #84293 )
2021-06-10 11:29:03 -07:00
Cristian Zazo
3ae8fb25f6
Fix AppBar's title doc ( #82570 )
2021-06-10 10:29:03 -07:00
timekone
25c3f345f6
Add RotatedBox Widget of the Week video to docs ( #84182 )
2021-06-10 10:08:06 -07:00
Gary Qian
e70a1d1d7a
Support WidgetSpan in RenderEditable ( #83537 )
2021-06-09 21:54:02 -07:00
Greg Spencer
bf1fb6e84b
Switch sample analysis over to use package:flutter_lints ( #84303 )
...
This switches the sample analysis code to use package:flutter_lints instead of the flutter repo analysis options, so that they are compatible with a similar change to DartPad.
2021-06-09 18:09:14 -07:00
Rami
e12c75167b
Only trigger AppBar scrolledUnder state for vertical scrolling and not horizontal ( #84268 )
2021-06-09 11:39:04 -07:00
J-P Nurmi
ae9766655d
Add ExpansionTile.controlAffinity ( #80360 )
2021-06-09 10:13:09 -07:00
Alexandre Ardhuin
e467018d06
alignment of doc comments and annotations ( #84256 )
2021-06-09 07:54:02 -07:00
Tong Mu
0d1358d7ee
Impl ( #84171 )
2021-06-09 01:59:04 -07:00
xubaolin
6f2ca4025b
fix a ListWheelScrollView childDelegate update bug ( #82675 )
2021-06-08 19:39:03 -07:00
Jonah Williams
85be4f6c96
[flutter] when primary mouse pointers don't contact a focused node, reset the focus ( #82575 )
2021-06-08 17:39:05 -07:00
Ren You
9ecba20fbd
Revert "Always push layer for RenderAnimatedOpacityMixin ( #83145 )" ( #84187 )
...
This reverts commit 048baa75913ede225cf140b725dda87f9dc2bebd.
2021-06-08 08:46:25 -07:00
LongCatIsLooong
21273fde8e
[TextSelectionControls] move the tap gesture callback into _TextSelectionHandlePainter, remove _TransparentTapGestureRecognizer. ( #83639 )
2021-06-07 19:14:04 -07:00
Dan Field
c1fe2bd1e0
Reland "Dispose render objects when owning element is unmounted. ( #82883 )" ( #83790 ) ( #83920 )
2021-06-07 18:39:02 -07:00
Dan Field
bcc8f083a2
Forbid calling findRenderObject on an unmounted element ( #83962 )
2021-06-07 16:37:55 -07:00
Michael Goderbauer
c077278431
Migrate integration_tests/channels to null safety ( #84145 )
2021-06-07 15:29:05 -07:00
Bikram Pandit
44ebcb66d1
Move cursor position to the end of search query in SearchDelegate after query is set ( #83512 )
2021-06-04 19:29:04 -07:00
Sam Rawlins
da9b11ec24
Remove "unnecessary" imports. ( #83959 )
2021-06-04 10:54:05 -07:00
Darren Austin
8252296a35
Fixed TimeOfDay.hourOfPeriod for the noon and midnight cases. ( #83947 )
2021-06-03 18:24:04 -07:00
Jonah Williams
85df73d0e3
[flutter] ensure vmservice binding is registered in profile mode ( #83913 )
2021-06-03 17:59:03 -07:00
chunhtai
97dfafbb62
Make tooltip hoverable and dismissible ( #83830 )
2021-06-03 17:49:05 -07:00
Kate Lovett
92992550e6
Fix widgets with built-in scrollbars ( #83828 )
2021-06-03 17:44:05 -07:00
Alexandre Ardhuin
32540774c0
enable lint noop_primitive_operations ( #83930 )
2021-06-03 17:34:10 -07:00
Michael Goderbauer
048baa7591
Always push layer for RenderAnimatedOpacityMixin ( #83145 )
2021-06-03 17:32:37 -07:00
Angjie Li
14f00790bb
Revert "fix a Scaffold.bottomSheet update bug ( #83689 )" ( #83904 )
...
This reverts commit 9a243a1213f791addac9573048898f75f6ca81c1.
2021-06-03 09:44:39 -07:00
Ian Hickson
ec085ac72a
DefaultAssetBundle returns an AssetBundle so should export it ( #83678 )
2021-06-02 16:39:04 -07:00
Ian Hickson
10d1865168
Clarify the IconTheme documentation ( #83677 )
2021-06-02 16:34:04 -07:00
omchiii
563da62873
Update Paragraph.getLineBoundary docs ( #83626 )
2021-06-02 16:29:02 -07:00