chayanforyou / flutter_material_3_demo

A flutter project showcasing supported Material 3 components, typography, color system and elevation. Supports different light/dark mode, color seed, and comparison to Material 2.
Apache License 2.0
63 stars 24 forks source link

Where to get full code on components part ? #2

Closed dleurs closed 1 year ago

dleurs commented 1 year ago

Thank you very much for your incredible work !

A question : where is the full code for components ?

When cloning the repo :

image

Inside https://flutter.github.io/samples/web/material_3_demo/#/ there are more components

image

Thank you very much !

dleurs commented 1 year ago

Here https://github.com/flutter/samples/blob/main/material_3_demo/lib/component_screen.dart

chayanforyou commented 1 year ago

Now check it out I have updated with new components.

Thanks