4923 Commits

Author SHA1 Message Date
J-P Nurmi
0967a40fca
Add TextInputType.none (#83974) 2021-06-29 15:41:03 -07:00
Hans Muller
bc763a8c25
Removed PaginatedDataTable ButtonBar special case (#85547) 2021-06-29 14:16:02 -07:00
Greg Spencer
b5f9612cac
Randomize Framework tests, opt out some tests that currently fail. (#85159)
This turns on order shuffling for all tests that don't fail with it on, marking those tests that do fail with a tag so that they will be run without shuffling on.

To determine which tests fail with it on, I ran all the tests 100 times with different random shuffle seeds, and then also ran it with the date seeds from today until the end of July, and tagged all of the test suites (files) that fail, with a seed that caused them to fail.
2021-06-29 13:46:13 -07:00
Dan Field
b001671ffb
dispose the ShaderWarmUp picture/image (#85465) 2021-06-28 15:11:02 -07:00
Justin McCandless
540ff244a9
Shift + home/end on Mac (#85264) 2021-06-28 15:06:05 -07:00
Hans Muller
98a15d035d
Remved ButtonBar references from material tests (#85472) 2021-06-28 13:32:54 -07:00
Angjie Li
1c3989b836
Revert "[new feature]introduce ScrollMetricsNotification (#85221)" (#85466) 2021-06-28 13:26:04 -07:00
Justin McCandless
d586873275
Select All via Shortcuts (#85081)
Control + A to select all text is now overridable.
2021-06-28 08:41:59 -07:00
Greg Spencer
177dbc9484
Make _kDebugFocus into a global that can be set (debugFocusChanges) (#85343)
This removes the _kDebugFocus private global and replaces it with a global debugFocusChanges
2021-06-25 15:28:37 -07:00
xubaolin
17db4e207c
[new feature]introduce ScrollMetricsNotification (#85221) 2021-06-25 14:06:03 -07:00
Dan Field
025397ae3f
Release retained resources from layers/dispose pictures (#84740) 2021-06-25 12:01:03 -07:00
Hans Muller
4bd47ce60c
Added AlertDialog.actionsAlignment OverflowBar configuration (#85260)
Added AlertDialog.actionsAlignment OverflowBar configuration.
2021-06-25 10:47:36 -07:00
Chinmoy
6549d84ad1
Adds mainAxisMargin property to RawScrollbar (#84988) 2021-06-24 13:56:02 -07:00
Jason Simmons
3a51eb12d3
Substitute a replacement character for invalid UTF-16 text in a TextSpan (#84887) 2021-06-24 12:31:05 -07:00
Jonah Williams
c64c212aee
[flutter] unify reassemble and fast reassemble (#84363) 2021-06-24 09:36:02 -07:00
LongCatIsLooong
2b9fdada88
[RenderEditable] fix crash & remove TextPainter.layout short-circuiting (#85008) 2021-06-24 09:21:04 -07:00
Ren You
9a981b9186
Revert "Override MediaQuery for WidgetsApp (#81295)" (#85223)
This reverts commit b9bf5769338d52f33e7d8734c59fb9d7463e6471.
2021-06-24 07:48:17 -07:00
Greg Spencer
c4e8c916d0
Fix the effective constraints so that they don't exceed max values (#84285)
This fixes VisualDensity.effectiveConstraints to clamp to the max values of the constraint, instead of to double.infinity.
2021-06-23 19:39:37 -07:00
Hans Muller
99220b01c4
Deprecate the accentIconTheme ThemeData constructor parameter (#85144) 2021-06-23 16:51:03 -07:00
Greg Spencer
1ac209c222
Turn on avoid_dynamic_calls lint, make appropriate changes. (#84478) 2021-06-23 16:36:03 -07:00
Kate Lovett
0ea4303714
Fix SnackBar assertions when configured with theme (#85150) 2021-06-23 15:51:03 -07:00
Darren Austin
144434cafc
Fixed an issue with overflow exceptions with nested lists inside a reorderable list item. (#84828) 2021-06-23 15:46:06 -07:00
Kate Lovett
2130cf9c02
DismissDirection.none will not prevent scrolling (#85152) 2021-06-23 13:36:03 -07:00
Kate Lovett
40d0c69fd6
Make scrollbar assertions less aggressive (#84809) 2021-06-23 11:41:03 -07:00
Attila Szabó
b9bf576933
Override MediaQuery for WidgetsApp (#81295) 2021-06-23 10:41:03 -07:00
Todor Ginchev
eee9f100d0
Add optional custom localization for TimePicker, the same way DatePicker has it (#84566) 2021-06-23 09:11:03 -07:00
Xavier H
b63bcaa3c9
ListTile.divideTiles only run Iterable once (#78879) 2021-06-23 09:06:03 -07:00
Hans Muller
9e082f6ce9
Add OverflowBar.alignment property (#85050) 2021-06-22 17:01:23 -07:00
Chinmoy
4d1da9afa5
Adds borderRadius property to DropdownButton (#84298) 2021-06-22 14:15:54 -07:00
Devon Carew
853415dd1b
send back Widget class name information in the widget rebuild/repaint count events (#84804)
send back Widget class name information in the widget rebuild/repaint count event
2021-06-22 10:56:08 -07:00
Darren Austin
5e2d32fe97
Fixed an issue with overflow exceptions with nested lists inside a reorderable list item. (#84807) 2021-06-22 10:26:20 -07:00
Karol
8ffe7c56d7
Fix painting material toggle (#78733) (#78744) 2021-06-21 16:46:02 -07:00
Andrew Wilson
78ccced805
Fix leak of CurvedAnimations in long-lived ImplicitlyAnimatedWidgets. (#84785) 2021-06-18 17:14:02 -07:00
tbm98
ddc6c3432c
Reland: Add optional param to useRootNavigator when showSearch (#84872) 2021-06-18 12:24:07 -07:00
Wilson Wilson
44ba6ab099
Added null check before NavigationRail.onDestinationSelected is called (#78032) 2021-06-18 11:34:03 -07:00
creativecreatorormaybenot
4465f68809
Make buildHandle onTap optional (#84806) 2021-06-18 11:09:02 -07:00
Angjie Li
328b292b58
Revert "Add optional param to useRootNavigator when showSearch (#84581)" (#84827)
This reverts commit a65328b46059a89b86d8720dac5eea30f52674b9.
2021-06-18 09:15:29 -07:00
chunhtai
00ee2e59e7
Adds text attributes support for semantics (#79599)
* Adds label attributes

* fix test

* comments

* list equal
2021-06-17 09:45:34 -07:00
tbm98
a65328b460
Add optional param to useRootNavigator when showSearch (#84581)
* Add optional param to useRootNavigator when showSearch

* Add test showSearch with rootNavigator

* fix analyze

* Change default value useRootNavigator to true
2021-06-17 09:16:15 -07:00
LongCatIsLooong
75e9318d7f
Revert "TextField terminal the enter and space raw key events by default (#82671)" (#84739) 2021-06-16 15:54: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
Devon Carew
dc47cf5cee
update the test expectations for the flutter widget transformer (#84578) 2021-06-14 10:37:15 -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