material-components-flutter
material-components-flutter copied to clipboard
Embed Dartpads and remove static code
Large pieces of code are currently duplicated in markdown and .dart files
- Code should only exist in .dart files,
- this enables type-checking, code editing, interactive use; all obvious benefits over static markdown
- exception to this are small code samples
- Dartpads should be fully embedded in the dev docs