published by dart-lang
14 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.
- dart-add-unit-test ★ 481
Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure - dart-run-static-analysis ★ 481
Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use duri - dart-fix-runtime-errors ★ 481
Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload. - dart-resolve-package-conflicts ★ 481
Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions. - dart-use-pattern-matching ★ 481
Use switch expressions and pattern matching where appropriate - dart-collect-coverage ★ 481
Collect coverage using the coverage packge and create an LCOV report - dart-generate-test-mocks ★ 481
Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that de - dart-migrate-to-checks-package ★ 481
Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents. - dart-build-cli-app ★ 481
Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications. - dart-use-ffigen ★ 481
dart-lang/skills · skills.sh - dart-setup-ffi-assets ★ 481
dart-lang/skills · skills.sh - dart-use-primary-constructors ★ 481
dart-lang/skills · skills.sh - dart-write-documentation ★ 481
dart-lang/skills · skills.sh - dart-use-doc-examples ★ 481
dart-lang/skills · skills.sh