snippets 0.2.5 snippets: ^0.2.5 copied to clipboard
A package for parsing and manipulating code samples in Flutter repo dartdoc comments.
0.2.5 #
- Make the
--template
argument optional for dartpad and sample samples.
0.2.4 #
- publish the extract_sample command.
0.2.3 #
- Fix sample ID generation to not generate IDs with invalid characters in them (e.g. a ":" in "dart:ui").
0.2.2 #
- Enable parsing of linked samples, add section markers to extracted samples.
0.2.1 #
- Format the sample output, so that it matches the existing tool in the Flutter repo.
0.2.0 #
- Make tool conformant with the tool in the Flutter repo in preparation for switching over.
- Upgrade to latest analyzer release, 2.0.0.
0.1.0 #
- Initial version, ported and modified from the snippets tool in the Flutter repo.