Greg Spencer
ce7789e030
Some miscellaneous changes found while making another PR ( #111620 )
2022-09-20 21:03:02 +00:00
Greg Spencer
e617d003fb
Normalize examples ( #111223 )
2022-09-09 21:17:11 +00:00
Qun Cheng
75fac6ae4d
Migrated Switch
to Material 3 ( #110095 )
2022-09-09 11:53:48 -07:00
Qun Cheng
98eac3f198
Migrated Checkbox
to Material 3 - Added Error State ( #111153 )
2022-09-08 14:42:29 -07:00
Pierre-Louis
8853926601
Deprecate ThemeData
errorColor
and backgroundColor
( #110162 )
2022-09-02 04:02:55 +00:00
Pierre-Louis
0c2f7bc2a2
Remove errant double spaces ( #110758 )
2022-09-02 04:00:58 +00:00
Qun Cheng
4125a3a8f0
Fixed the leading IconButton size ( #110722 )
2022-09-01 19:03:13 +00:00
Akshdeep Singh
519a5783c0
add material slider secondary value ( #109808 )
2022-08-28 23:26:32 +00:00
Darren Austin
5454bab6c1
Added support for M3 filled and filled tonal buttons. ( #107382 )
2022-08-25 11:36:03 -07:00
Pierre-Louis
360ac5bc79
Add covariant to ThemeExtension.lerp
( #105207 )
...
* Add covariant to `ThemeExtension.lerp`
* x
* x
2022-08-24 18:18:39 +02:00
Qun Cheng
c0c3874c77
Revert "Reland: Set IconButton.visualDensity default to VisualDensity.standard ( #109432 )" ( #110119 )
...
This reverts commit 79013b2be8
.
2022-08-23 15:41:03 -07:00
Kate Lovett
7e12b37111
Deprecate 2018 text theme parameters ( #109817 )
2022-08-22 20:00:34 +00:00
Bryan Oltman
6540ae0be7
Add clipBehavior to Card+InkWell example ( #109872 )
...
* Add clipBehavior to Card+InkWell example
* Add test for example
* Update comment
2022-08-22 11:24:23 -04:00
Qun Cheng
79013b2be8
Reland: Set IconButton.visualDensity default to VisualDensity.standard ( #109432 )
...
* Revert "Revert "Set `IconButton.visualDensity` default to `VisualDensity.standard` (#109349 )" (#109421 )"
Co-authored-by: Qun Cheng <quncheng@google.com>
2022-08-18 09:46:13 -07:00
Greg Spencer
cd98c49c37
Some changes needed to PlatformMenuBar before the MenuBar implementation change lands. ( #109556 )
2022-08-16 23:12:21 +00:00
Qun Cheng
625d96a1c6
Revert "Set IconButton.visualDensity
default to VisualDensity.standard
( #109349 )" ( #109421 )
...
This reverts commit 3070baf175
.
2022-08-11 15:29:19 -07:00
Qun Cheng
3070baf175
Set IconButton.visualDensity
default to VisualDensity.standard
( #109349 )
...
* Set IconButton's visualDensity to standard
Co-authored-by: Qun Cheng <quncheng@google.com>
2022-08-11 10:59:51 -07:00
Bruno Leroux
8faccb8a82
Reland: "Add example and troubleshooting comment for showSnackBar
" ( #105195 )
2022-08-09 22:06:05 +00:00
Taha Tesser
76df7368b5
Update Chips examples and rename files ( #108538 )
2022-07-29 07:17:06 +00:00
Bryan Oltman
e3d08fb6d3
Hide the debug banner in the PopupMenuButton example ( #108324 )
...
* Hide the debug banner in the PopupMenuButton example
* Add test to verify that debug banner is not shown
2022-07-26 10:43:35 -04:00
hangyu
e74b9b5bef
Migrate InputDecorator to Material 3 ( #107943 )
...
* Support material 3 in inputDecorator
* Format polish
* format polish
* update input_decorator_test
* revert pub
* style update
* style polish
* default before base
* resolve comments
* Update text_field.2.dart
* move text styles into M2 theme
* add error style
* fix typo
* resolve comments
* fix g3 test
2022-07-26 01:35:38 +08:00
Taha Tesser
c422d280ab
Add an example for AppBar.notificationPredicate
( #106018 )
2022-07-15 09:40:06 +00:00
Taha Tesser
c251856c89
Update ListTile
docs for color animation issues and add example ( #106955 )
2022-07-13 08:09:07 +00:00
Qun Cheng
16bbef188f
Migrate IconButton
to Material 3 - Part 2 ( #106437 )
2022-07-06 18:14:07 +00:00
Aman Verma
3022db2bf3
docs: Add more potential use case for Bottom Navigation Bar ( #99644 )
2022-06-23 17:17:06 +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
Hans Muller
d8783ff4c2
Reland Added MaterialStatesController, updated InkWell et al. #103167 ( #105656 )
2022-06-10 08:12:49 -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
Hans Muller
9cf042ec74
Revert "Added MaterialStatesController, updated InkWell et al. ( #103167 )" ( #105138 )
...
This reverts commit 180566f2e5
.
2022-06-01 17:19:16 -07:00
Alexandre Ardhuin
552c50e67c
more const immutable classes ( #104988 )
...
* more const immutable classes
* more const constructors in dev/ and examples/
2022-05-31 21:56:24 +02:00
Kate Lovett
2aa7317296
Revert "Add error message and documentation when a SnackBar
is off screen" ( #104843 )
2022-05-27 11:58:14 -07:00
Hans Muller
180566f2e5
Added MaterialStatesController, updated InkWell et al. ( #103167 )
2022-05-27 08:38:42 -07:00
Bruno Leroux
bc53e6202e
Add error message and documentation when a SnackBar
is off screen ( #102073 )
2022-05-26 05:15:07 -07:00
Greg Spencer
406d86b4ba
PlatformMenuBar changes to bring it into line with upcoming MenuBar implementation ( #104565 )
...
When I was doing the MenuBar implementation, I made some changes to the PlatformMenuBar to allow it to understand shortcuts a little more, and to deprecate the body parameter rename it to child to match most other widgets.
These are those changes, separated out because they are separable, and I'm trying to make the MenuBar PR smaller.
2022-05-25 14:48:28 -07:00
Taha Tesser
97452d1a10
Switch
: Add an interactive example (#103045 )
...
* `Switch`: Add an interactive examples
* Update docs
* Update doc
2022-05-25 10:40:31 +02:00
chunhtai
efb9368573
Supports global selection for all devices ( #95226 )
...
* Support global selection
* addressing comments
* add new test
* Addressing review comments
* update
* addressing comments
* addressing comments
* Addressing comments
* fix build
2022-05-24 13:53:55 -07:00
Taha Tesser
5739bf4fab
RefreshIndicator
: Add notificationPredicate
example (#103894 )
2022-05-24 04:58:06 -07:00
Darren Austin
b08b88ce6c
Add support for Material 3 medium and large top app bars. ( #103962 )
...
* Add support for M3 AppBar 'Medium' and 'Large' types.
* Updates from review feedback.
* Updated from review feedback.
2022-05-20 14:02:25 -07:00
Darren Austin
17e2fce1cf
Add const MaterialStatePropertyAll
class. ( #104127 )
2022-05-19 09:35:33 -07:00
Taha Tesser
3f5bd7d89e
Add Material 3 AppBar
example ( #102823 )
2022-05-19 00:13:09 -07:00
Michael Goderbauer
2cbad4b3ae
Final chapter: migrate api doc samples to super-parameters ( #104007 )
2022-05-17 15:35:07 -07:00
Bryan Oltman
89f755c2df
Replace references to LinearProgressIndicator in CircularProgressIndicator example ( #103349 )
...
* Replace references to LinearProgressIndicator in CircularProgressIndicator example
* Add test
* fix copyright header
2022-05-09 16:04:02 -04:00
Taha Tesser
9489b64cbb
DropdownButton
: Update selectedItemBuilder
example to show case item alignment and update DropdownButton examples (#102748 )
2022-05-06 00:14:08 -07:00
Taha Tesser
4ffc41ad10
ToggleButtons
: Add interactive example (#100124 )
2022-04-29 12:29:07 -07:00
Phil Quitslund
80849adee1
[dev, bots, examples] rename local functions with _
s ( #102703 )
2022-04-28 10:44:06 -07:00
Taha Tesser
b1f88a6535
ReorderableListView
: fix broken dartpad example & update examples, add tests (#102723 )
2022-04-28 10:19:08 -07:00
Alexandre Ardhuin
07f1c20474
add missing trailing commas in list/set/map literals ( #102585 )
2022-04-27 09:15:35 +02:00
xubaolin
ef5a6da35a
Fix a DataTable
crash and improve some docs ( #100959 )
2022-04-19 04:19:08 -07:00
Taha Tesser
d8c9ce9ab4
Add Material 3 FloatingActionButton
and FloatingActionButton
variants examples ( #101105 )
2022-04-18 10:09:07 -07:00
Taha Tesser
eca09252cd
Add Material 3 NavigationRail
example and improve Material 2 example ( #101345 )
2022-04-18 06:54:07 -07:00