Dart Lang Skills
Dart Lang Skills from dart-lang/skills.
Skills in this plugin
4- ▌ Dart Add Unit Test · dart-langWrite and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correct and regression-free.
- ▌ Dart Use Doc Examples · dart-langHow to inject external code examples into Dartdoc using the {@example} directive, and how to filter those files using #hide, #region, and #endregion tags.
- ▌ Dart Write Documentation · dart-langRules and formatting guidelines for writing Dart /// API documentation and doc comments. Use when documenting Dart code, writing doc comments for any Dart declaration (libraries, classes, methods, variables, etc.), or when instructed to follow the Effective Dart documentation guidelines.
- ▌ Dart Use Primary Constructors · dart-langHelp users write syntactically and semantically correct primary constructors in Dart, and migrate/use the new constructor syntax, empty-body semicolon syntax, in-body initializer list syntax, and abbreviated concise constructor syntax.