Back to the catalog

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.

  1. 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
  2. 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
  3. 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.
  4. dart-resolve-package-conflicts ★ 481
    Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.
  5. dart-use-pattern-matching ★ 481
    Use switch expressions and pattern matching where appropriate
  6. dart-collect-coverage ★ 481
    Collect coverage using the coverage packge and create an LCOV report
  7. 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
  8. dart-migrate-to-checks-package ★ 481
    Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.
  9. dart-build-cli-app ★ 481
    Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.
  10. dart-use-ffigen ★ 481
    dart-lang/skills · skills.sh
  11. dart-setup-ffi-assets ★ 481
    dart-lang/skills · skills.sh
  12. dart-use-primary-constructors ★ 481
    dart-lang/skills · skills.sh
  13. dart-write-documentation ★ 481
    dart-lang/skills · skills.sh
  14. dart-use-doc-examples ★ 481
    dart-lang/skills · skills.sh