Loading...
Loading...
Found 118 Skills
Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.
Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.
Workflow for identifying and fixing static analysis errors. Use this after modifying code or if `dart analyze` fails.
Automate repetitive code tasks using the build_runner system.
Apply design principles to create intuitive and robust library interfaces.
Best practices for creating high-quality, executable Dart CLI applications. Covers entrypoint structure, exit code handling, and recommended packages.
Best practices for implementing efficient business logic on mobile using appropriate algorithms and data structures.
Handle asynchronous operations safely using Futures and Streams.
Use idiomatic doc comments to provide a professional API surface.
DART model loading - URDF, SDF, MJCF, SKEL parsers and dart::io unified API
Configure and resolve static analysis warnings to maintain project health.
Compile and deploy Dart apps for various native and web target platforms.