Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
Langue du texte source : anglais
Menu
SkillsMP a collecté 8 skills depuis conceptadev/ack. Ouvrez un skill pour examiner sa source et ses détails.
Affichage de 8 skills collectés sur 8.
Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
Langue du texte source : anglais
General best practices for Dart development. Covers code style, effective Dart, and language features.
Langue du texte source : anglais
Best practices for creating high-quality, executable Dart CLI applications. Covers entrypoint structure, exit code handling, and recommended packages.
Langue du texte source : anglais
Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.
Langue du texte source : anglais
Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
Langue du texte source : anglais
Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards, Null-Aware Elements, and Dot Shorthands.
Langue du texte source : anglais
Guidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request management. Use when updating Dart packages, preparing for a release, or managing collaborative changes in a repository.
Langue du texte source : anglais
Core concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).
Langue du texte source : anglais