Dart Lang Skills

Dart Lang Skills from dart-lang/skills.

by @dart-lang 4 skills

Skills in this plugin

4
  1. Dart Add Unit Test · dart-lang
    Write 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.
    1 install
  2. Dart Use Doc Examples · dart-lang
    How to inject external code examples into Dartdoc using the {@example} directive, and how to filter those files using #hide, #region, and #endregion tags.
    1 install
  3. Dart Write Documentation · dart-lang
    Rules 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.
    1 install
  4. Dart Use Primary Constructors · dart-lang
    Help 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.
    1 install