Loading...
Loading...
Found 79 Skills
Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards, Null-Aware Elements, and Dot Shorthands.
Configure and resolve static analysis warnings to maintain project health.
Structure packages and manage dependencies using the pub ecosystem.
Master core and advanced language syntax for expressive and type-safe code.
Automate repetitive code tasks using the build_runner system.
Bridge Dart with native C/C++ libraries using FFI.
Apply design principles to create intuitive and robust library interfaces.
Offload heavy computation to isolates to keep the main thread responsive.
Maintain code consistency by following official Dart style and naming conventions.
Dart programming for Flutter mobile and web development. Use for .dart files.
Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.
Converts Stitch designs into modular Flutter widgets using ThemeData mapping and Dart analysis validation.