1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Qun Cheng
3bc6ad8110 Add a menu example to show menu system (#1578) 2023-01-23 10:40:11 -08:00
Pierre-Louis
af1b13501c Symposium of small improvements to m3 app (#1573)
* small improvements

* x

* fixed tests

* add issue links to TODOs

* address feedback
2023-01-18 17:41:55 +01:00
Qun Cheng
bea2ef6c66 Update M3 demo app layout on small screen (#1558) 2023-01-12 12:32:10 -08:00
Mouad Debbar
4f059e686e Avoid allocation of large canvases on the web (#1557) 2023-01-12 10:56:11 -05:00
Qun Cheng
405ebafe04 Update Material 3 Demo App (#1530) 2022-12-20 10:49:23 -08:00
Qun Cheng
0e46ac55a6 Add Radios, CircularProgressIndicator and LinearProgressIndicator to the demo app (#1442)
* Added Radios, CircularProgressIndicator and LinearProgressIndicator

* Modified README

* Fixed readme comment

* Changed layout of indicators

* Ran Flutter format command

* Put two indicators to one row

* Fixed comment

* Ran flutter format

Co-authored-by: Qun Cheng <quncheng@google.com>
2022-09-28 08:13:36 +10:00
Qun Cheng
d5d811d21a Update experimental demo app (#1427) 2022-09-12 12:40:32 -07:00
Qun Cheng
c523d05b7e Update filled button and filled tonal button (#1390)
* Update FilledButton and FilledTonalButton

* Ran flutter format

Co-authored-by: Qun Cheng <quncheng@google.com>
Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
2022-08-30 16:41:19 +10:00
Qun Cheng
bd00db0ecc New M3 Demo App for Master Channel (#1378)
* Added components

* Added test

* Added README

* Run flutter format

* Added all the updated components and tests

* Added README file

* Update README.md

* Add textfields to M3 demo app

* move textfield to exprerimental/

* Update component_screen_test.dart

* Fixed comment: changed sdk version

* Changed all double quotes to single

* Added trailing comma, changed all private fields to public except private state classes

* Added enum for screen selection

* Removed comment for material_3_demo

* Added experimental m3 demo app to master CI pipeline

* fixed failing tests

* Modified the analysis_options.yaml

* Fixed warning

* Ran flutter format command

Co-authored-by: Qun Cheng <quncheng@google.com>
Co-authored-by: hangyu <108393416+hangyujin@users.noreply.github.com>
2022-08-18 22:38:13 +10:00