mirror of
https://github.com/flutter/flutter
synced 2024-11-05 18:37:51 +00:00
65d3ddd5d1
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.
3 lines
180 B
HTML
3 lines
180 B
HTML
<!-- Styles and scripting for handling custom code snippets -->
|
|
<link href="../assets/snippets.css" rel="stylesheet" type="text/css">
|
|
<script src="../assets/snippets.js"></script>
|