Loading...
Loading...
Found 118 Skills
Generates code and provides documentation for the Genkit Dart SDK. Use when the user asks to build AI agents in Dart, use Genkit flows, or integrate LLMs into Dart/Flutter applications.
Master core and advanced language syntax for expressive and type-safe code.
Complete guide for using drift database library in Dart applications (CLI, server-side, non-Flutter). Use when building Dart apps that need local SQLite database storage or PostgreSQL connection with type-safe queries, reactive streams, migrations, and efficient CRUD operations. Includes setup with sqlite3 package, PostgreSQL support with drift_postgres, connection pooling, and server-side patterns.
DART testing patterns - unit tests, integration tests, CI validation
DART build system knowledge - CMake, pixi, dependencies, troubleshooting
Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.
Help users write syntactically and semantically correct primary constructors in Dart, and migrate/use the new constructor syntax, empty-body semicolon syntax, in-body initializer list syntax, and abbreviated concise constructor syntax.
Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to ensure code quality and before committing changes.
Offload heavy computation to isolates to keep the main thread responsive.
Expert-level Dart, Flutter, mobile development, and cross-platform apps
Discover the power of Web Components and how to build them with both JavaScript and Dart for reusable, framework-agnostic UI elements.
General best practices for Dart development. Covers code style, effective Dart, and language features.