Source

kevmoo/dash_skills

14 skills · 3.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
dart-best-practices |- General best practices for Dart development. Covers code style, effective Dart, and language features.
kevmoo/dash_skills
816
2
dart-test-fundamentals |- Core concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown…
kevmoo/dash_skills
439
3
dart-modern-features |- Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Ex…
kevmoo/dash_skills
348
4
dart-doc-validation |- Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references …
kevmoo/dash_skills
280
5
dart-package-maintenance |- Guidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request man…
kevmoo/dash_skills
272
6
dart-matcher-best-practices |- Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection,…
kevmoo/dash_skills
255
7
dart-cli-app-best-practices Deprecated. Best practices for creating high-quality, executable Dart CLI applications. Use the upstream `dart-build-…
kevmoo/dash_skills
193
8
dart-checks-migration Deprecated. Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalent…
kevmoo/dash_skills
153
9
dart-test-coverage |- Understand and improve test coverage in a Dart package. Helps agents run coverage, interpret results, and identify…
kevmoo/dash_skills
144
10
dart-long-lines |- Guidelines for handling long lines in Dart code to adhere to the 80-column rule. The `lines_longer_than_80_chars` …
kevmoo/dash_skills
135
11
dart-multiline-strings Guidelines and best practices for refactoring consecutive prints, single-line string concatenations, and complex outp…
kevmoo/dash_skills
105
12
profile-dart-code |- Profile Dart command-line applications using the VM Service protocol to capture CPU samples and identify performan…
kevmoo/dash_skills
52
13
matcher-to-checks Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.
kevmoo/dash_skills
4
14
test-best-practices Enforce best practices for Dart and Flutter testing.
kevmoo/dash_skills
4