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
Pierre-Louis
79bd62952d Improvements to M3 demo app (#1647)
* improvements

* fix focus

* add comment

* add comment

* copy changes to root material_3_demo

* fix large breakpoint

* fix large breakpoint

* Create integration_test.dart

* refactor main.dart into home.dart and constants.dart

* add integration_test to pubspec

* copy to root material_3_demo

* remove removal of constraints

* address feedback
2023-02-14 19:18:36 +01:00
Pierre-Louis
2e3dfb0e8d Update M3 app (#1606) 2023-01-28 16:46:33 +11: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
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