flutter/dev
Greg Spencer 65d3ddd5d1
Dartdoc snippet extension to inject full featured code snippets in to API docs. (#23281)
This creates a custom dartdoc tool that will generate snippet blocks in our API docs that allow the user to copy easily to the clipboard, and will also embed the snippet code into a template to show it in a larger context with an app.

This PR adds the snippet tool, a template, and a couple of HTML skeleton files, one for snippets that are designed to be in an application setting, and one where it simply puts a nice container around existing snippets, making them easier to copy to the clipboard.
2018-10-23 13:50:24 -07:00
..
automated_tests [flutter_driver] Adds fuchsia compat for connect() (#22633) 2018-10-08 11:09:07 -07:00
benchmarks Force GC before GC-sensitive benchmark runs (#23289) 2018-10-21 15:58:19 +02:00
bots Dartdoc snippet extension to inject full featured code snippets in to API docs. (#23281) 2018-10-23 13:50:24 -07:00
ci Update the Dockerfile to use the master firebase-tools, tweak scripts (#23279) 2018-10-19 12:22:03 -07:00
devicelab Revert "E2E test setting and using isolate names (#23388)" (#23416) 2018-10-23 11:28:12 -07:00
docs Dartdoc snippet extension to inject full featured code snippets in to API docs. (#23281) 2018-10-23 13:50:24 -07:00
integration_tests Revert "E2E test setting and using isolate names (#23388)" (#23416) 2018-10-23 11:28:12 -07:00
manual_tests newly created apps / plugins should use latest gradle dependencies (#22790) (#23314) 2018-10-19 19:07:06 -07:00
missing_dependency_tests Reland "Roll engine to version e3687f70c7ece72000b32ee1b3c02755ba5361ac (#20427)" (#20633) 2018-08-15 15:35:12 -07:00
snippets Dartdoc snippet extension to inject full featured code snippets in to API docs. (#23281) 2018-10-23 13:50:24 -07:00
tools Dartdoc snippet extension to inject full featured code snippets in to API docs. (#23281) 2018-10-23 13:50:24 -07:00
README.md Update some READMEs under dev/. (#15712) 2018-03-19 16:41:36 -07:00

This directory contains tools and resources that the Flutter team uses during development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course they may be interesting if you are curious.