Michael Goderbauer
58e5750470
Persistent BottomSheet are not dismissible via a11y ( #107435 )
2022-07-12 01:21:04 +00:00
Darren Austin
50cde354c4
Expose the duration and curve for theme animation in MaterialApp. ( #107383 )
2022-07-11 15:11:37 -07:00
Casey Hillers
2a58bb7580
Revert "InputDecorator: Switch hint to Opacity instead of AnimatedOpacity" ( #107406 )
2022-07-11 16:23:07 +00:00
Bruno Leroux
082ad11422
Fix TabController throws build scheduled during frame error ( #105442 )
2022-07-11 02:40:07 -07:00
Bruno Leroux
f614c59702
Fix showDialog throws cryptic message when context is not active ( #107323 )
2022-07-08 14:40:08 -07:00
LongCatIsLooong
c58dca2a45
Reland "Disable cursor opacity animation on macOS, make iOS cursor animation discrete ( #104335 )" ( #106893 )
2022-07-08 20:29:05 +00:00
Taha Tesser
750516a173
Fix ListTile theme shape in a drawer ( #106343 )
2022-07-08 11:06:20 -07:00
Markus Aksli
255b71f192
Switch hint text to Opacity instead of AnimatedOpacity ( #107156 )
2022-07-08 10:46:33 -07:00
Kate Lovett
1c4339974d
Fix disallowIndicator for RefreshIndicator ( #106831 )
2022-07-06 17:59:09 -07:00
Darren Austin
f396e289d5
Migrate Chips to Material 3 ( #107166 )
2022-07-06 13:32:44 -07:00
Qun Cheng
16bbef188f
Migrate IconButton to Material 3 - Part 2 ( #106437 )
2022-07-06 18:14:07 +00:00
Bruno Leroux
0eed9adde7
Improve SnackBar error message when shown during build ( #106658 )
2022-06-30 20:28:05 +00:00
xubaolin
e10310d2da
Reland "fix a Scaffold.bottomSheet update bug" ( #106775 )
2022-06-30 16:58:05 +00:00
Taha Tesser
a74c48133a
[Reland]: Fix StretchingOverscrollIndicator clipping and add clipBehavior parameter ( #106287 )
2022-06-30 12:16:05 +00:00
Taha Tesser
9a3b9f62a9
Fix DropdownButton Inkwell border radius ( #106657 )
2022-06-30 12:14:05 +00:00
xubaolin
caadc255b7
Reland "fix a Scaffold extendBodyBehindAppBar update bug" ( #106534 )
2022-06-30 02:50:05 +00:00
Tong Mu
9970481b7a
[gen_keycodes] Mark generated file names with infix .g. ( #106142 )
2022-06-30 00:08:08 +00:00
Renzo Olivares
4c1d887e9c
Set selection on tap down for desktop platforms and tap up for mobile ( #105505 )
...
Co-authored-by: Renzo Olivares <roliv@google.com>
2022-06-29 16:35:47 -07:00
Taha Tesser
8fe82bbe60
Add Scaffold drawers escape dismiss action. ( #106186 )
2022-06-29 07:16:05 +00:00
Alexandre Ardhuin
de55eeceed
Export public API types from animation and physics libraries ( #106757 )
2022-06-29 05:26:09 +00:00
LongCatIsLooong
812419103c
Revert "Disable cursor opacity animation on macOS, make iOS cursor animation discrete ( #104335 )" ( #106762 )
2022-06-28 22:18:06 +00:00
Alexandre Ardhuin
526ca0d498
Export public API types from foundation/scheduler/gestures/semantics ( #106409 )
2022-06-24 21:21:05 +00:00
Pierre-Louis
912b81f6bf
Add toggled semantics to ToggleButtons ( #106096 )
2022-06-23 17:07:10 +00:00
Anthony Oleinik
a494a12bb0
Add "excluding" optional parameter to TargetPlatformVariant to communicate cases where test should be ran everywhere but specific platforms ( #106216 )
...
added "excluding" optional parameter to targetPlatforms.all
Co-authored-by: Anthony Oleinik <oleina@google.com>
2022-06-22 12:13:26 -07:00
LongCatIsLooong
60f30e5d3e
Disable cursor opacity animation on macOS, make iOS cursor animation discrete ( #104335 )
2022-06-22 18:09:05 +00:00
xubaolin
18575321bb
Revert "fix a Scaffold extendBodyBehindAppBar update bug" ( #106396 )
2022-06-22 17:01:07 +00:00
Darren Austin
c8f867b5dc
Chip theme cleanup ( #106384 )
...
- Added complete support for showCheckmark to ChipThemeData.
- Removed build method checks for ThemeData.chipTheme, as that is
already handled by ChipTheme.of().
2022-06-22 00:16:41 -07:00
Bruno Leroux
399a649eae
Fix TooltipState null check error ( #106330 )
2022-06-22 05:19:05 +00:00
Darren Austin
2532584bf3
Update parameters to the styleFrom button methods. ( #105291 )
...
* Update parameters to the `styleFrom` button methods.
* Updated the Flutter fix data to point to this PR.
* Updated handling of background color to better maintain backwards compatibility with previous API.
2022-06-21 19:08:22 -07:00
Viren Khatri
672859a0cb
feat: add icon to AlertDialog ( #104920 )
2022-06-20 10:29:06 -07:00
Kate Lovett
02558d69d9
Revert "Fix StretchingOverscrollIndicator clipping and add clipBehavior parameter" ( #106207 )
2022-06-17 17:32:06 +00:00
Taha Tesser
8e8a1c8c2a
Fix StretchingOverscrollIndicator clipping and add clipBehavior parameter ( #105303 )
2022-06-16 20:42:06 +00:00
xubaolin
d3bc2bbcdd
[framework] fix RangeSlider regression due to touch slop changes ( #106094 )
2022-06-16 18:30:06 +00:00
xubaolin
ea28f287f1
fix a Scaffold extendBodyBehindAppBar update bug ( #104958 )
2022-06-15 18:33:06 -07:00
Pierre-Louis
1d53378bec
reland #105109 ( #105588 )
2022-06-14 23:39:30 +02:00
Darren Austin
32981c4caa
Added useMaterial3 parameters to the light, dark and fallback ThemeData constructors. ( #105944 )
2022-06-14 13:09:50 -07:00
Mahesh Jamdade
38df107b8c
Add enabled property to CheckboxlistTile ( #102314 )
2022-06-13 16:38:14 -07:00
cedvdb
feec13a168
Remove duplicated key in _IconButtonM3 ( #105577 )
2022-06-10 11:38:10 -07:00
Justin McCandless
213bf37a4d
Text handle drag swap on Apple platforms ( #105069 )
...
Dragging the base text selection handle on Apple makes it the extent.
2022-06-10 09:20:51 -07:00
Hans Muller
d8783ff4c2
Reland Added MaterialStatesController, updated InkWell et al. #103167 ( #105656 )
2022-06-10 08:12:49 -07:00
Benjamin Lempereur
c150c5a03d
TimePicker : Ability to define dialOnly / inputOnly modes ( #104491 )
2022-06-08 13:18:14 -07:00
xubaolin
0a88d820fd
fix a _ScaffoldLayout delegate update bug ( #104954 )
2022-06-07 15:08:09 -07:00
Qun Cheng
66a84d1fed
Migrate IconButton to Material 3 - Part 1 ( #105176 )
...
* Added standard IconButton for M3 with new ButtonStyle field
* Added IconButton examples for standard, filled, filled_tonal, and outlined types
Co-authored-by: Qun Cheng <quncheng@google.com>
2022-06-07 12:39:22 -07:00
Taha Tesser
1718519188
Fix drawers are draggable on desktop platforms ( #100476 )
2022-06-07 12:08:07 -07:00
takashi kasai
4b4c876fb9
Text selection located wrong position when selecting multiple lines over max lines ( #102747 )
...
Fix for text selection toolbar position in cases with overflowing text.
2022-06-07 10:13:33 -07:00
Taha Tesser
78a0111c20
Fix ButtonStyleButton ink well shape. ( #100226 )
2022-06-07 08:23:40 -07:00
Jonah Williams
0d3d8d4bfd
[framework] respect debugDisableShadows in slider thumbs ( #105467 )
2022-06-06 16:38:07 -07:00
Jiun Kim
a939d9d7a0
[Stepper] Add Alternative Label on horizontal-type Stepper ( #91496 )
...
* Add label on Step
* Add _buildLabelText, _labelStyle
* Update _buildHorizontal with _buildLabelText
* Fix Redundant Center widgets
* Fix Unnecessary Column Widget
* Fix Unnecessary import
* Fix Unnecessary Container
* Set label style to bodyText1 to match title style
* Update test for Alternative Label
* Fix code format
* Update label docstring
* Update to test textstyle of label
* Update to Test `TextStyles` of Label
* Fix typo in inline comments
* Update for Stepper type to `horizontal`
* Restore `_buildVerticalHeader`
* Update docstring, `Only [StepperType.horizontal]`
* Update for Readability
* Add `_isLabel` method
* Update `Horizontal height` with `_isLabel`
* Update to make `_buildIcon` centered
* Fix for `curly_braces_in_flow_control_structures`
2022-06-06 14:43:10 -07:00
xubaolin
d73f7ad49c
Do not crash if the controller and TabBarView are updated at different phases (build and layout) of the same frame. ( #104998 )
2022-06-06 14:03:08 -07:00
Taha Tesser
d4a9631651
Revert "[DataTable]: Add ability to only select row using checkbox ( #105123 )" ( #105311 )
2022-06-03 07:18:07 -07:00