flutter / samples

A collection of Flutter examples and demos
https://flutter.github.io/samples/
Other
17.37k stars 7.55k forks source link

`material_3_demo` Add link to source code inside demos #1972

Open guidezpl opened 1 year ago

guidezpl commented 1 year ago

It's not obvious where to find source code when you are linked to the demo itself, e.g. https://flutter.github.io/samples/web/material_3_demo/#/

goyalyashpal commented 1 year ago

would these help?

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

guidezpl commented 1 year ago

exactly