Loading...
Loading...
Found 117 Skills
Structure packages and manage dependencies using the pub ecosystem.
Apply Effective Dart usage patterns for cleaner and more efficient code.
Use idiomatic doc comments to provide a professional API surface.
Compile and deploy Dart apps for various native and web target platforms.
Ensure code correctness with comprehensive unit and integration tests.
Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
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.
Automate repetitive code tasks using the build_runner system.
Bridge Dart with native C/C++ libraries using FFI.
Build high-performance web apps using modern interop and browser APIs.
General best practices for Dart development. Covers code style, effective Dart, and language features.
DART testing patterns - unit tests, integration tests, CI validation