Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
原文语言:英语
菜单
SkillsMP 已收集 conceptadev/ack 中的 8 个 Skill。打开任一 Skill 可查看来源和详情。
已展示 8 / 8 个已收集 Skill。
Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
原文语言:英语
General best practices for Dart development. Covers code style, effective Dart, and language features.
原文语言:英语
Best practices for creating high-quality, executable Dart CLI applications. Covers entrypoint structure, exit code handling, and recommended packages.
原文语言:英语
Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.
原文语言:英语
Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
原文语言:英语
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.
原文语言:英语
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.
原文语言:英语
Core concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).
原文语言:英语