Dart
Official@dart-lang · United States of America
Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
Agent Skills by Dart
Showing 11 vetted skills indexed across 1 GitHub repositories.
dart-use-pattern-matching
Apply Dart pattern matching to destructure data and control flow.
dart-generate-test-mocks
Generate mocks for Dart unit tests using mockito and build_runner.
dart-use-ffigen
Generate Dart FFI bindings from native C headers using package:ffigen.
dart-resolve-package-conflicts
Resolve Dart pub version conflicts using dart pub outdated and upgrade.
dart-collect-coverage
Automate Dart and Flutter test coverage collection and LCOV reporting.
dart-setup-ffi-assets
Compile and package C/C++ code into Dart Code Assets via Native Assets hooks.
dart-migrate-to-checks-package
Migrate Dart test suites from matcher assertions to the package:checks API.
dart-fix-runtime-errors
Trace Dart runtime stack traces to failing lines and apply fixes.
dart-add-unit-test
Write Dart and Flutter unit tests with package:test and Mockito.
dart-run-static-analysis
Run dart analyze and dart fix to resolve lint issues in Dart projects.
dart-build-cli-app
Scaffold Dart CLI applications with standard bin/ and lib/ directories.
Frequently Asked Questions About Dart
FAQPage SchemaWhat specific development tasks are enabled by these capabilities?▼
These capabilities enable developers to perform static code analysis, manage dependency versioning, generate native C/C++ bindings, and execute unit testing with mock generation. It facilitates the creation of structured, maintainable codebases for web, mobile, and server-side environments through standardized project scaffolding and rigorous runtime error tracing.
Which target personas benefit from these technical skills?▼
These skills are designed for software engineers, mobile developers, and systems architects focused on cross-platform application development. It is particularly suited for developers requiring high-performance native interoperability, rigorous test coverage, and maintainable code structures across complex, multi-layered application architectures.
What are the licensing and cost requirements for this technology?▼
Dart is an open-source project released under a BSD-style license, allowing for free commercial and personal use. There are no licensing fees or proprietary costs associated with the language runtime, standard libraries, or the associated build and analysis packages provided in the ecosystem.