material-components-flutter icon indicating copy to clipboard operation
material-components-flutter copied to clipboard

Embed Dartpads and remove static code

Open guidezpl opened this issue 3 years ago • 0 comments

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

guidezpl avatar May 17 '21 08:05 guidezpl