Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
Quellsprache: Englisch
Menü
SkillsMP hat 8 Skills aus conceptadev/ack gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.
Es werden 8 von 8 gesammelten Skills angezeigt.
Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
Quellsprache: Englisch
General best practices for Dart development. Covers code style, effective Dart, and language features.
Quellsprache: Englisch
Best practices for creating high-quality, executable Dart CLI applications. Covers entrypoint structure, exit code handling, and recommended packages.
Quellsprache: Englisch
Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.
Quellsprache: Englisch
Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
Quellsprache: Englisch
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.
Quellsprache: Englisch
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.
Quellsprache: Englisch
Core concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).
Quellsprache: Englisch