Loading...
Loading...
Found 117 Skills
Dartを用いた堅牢で保守性の高いCLIツールを作成・改善するためのスキル。ベストプラクティスを網羅しています。
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.
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