Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
Idioma do texto original: inglês
Menu
O SkillsMP coletou 8 skills de conceptadev/ack. Abra uma skill para revisar a origem e os detalhes.
Mostrando 8 de 8 skills coletadas.
Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
Idioma do texto original: inglês
General best practices for Dart development. Covers code style, effective Dart, and language features.
Idioma do texto original: inglês
Best practices for creating high-quality, executable Dart CLI applications. Covers entrypoint structure, exit code handling, and recommended packages.
Idioma do texto original: inglês
Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.
Idioma do texto original: inglês
Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Core concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).
Idioma do texto original: inglês