F

flutter

flutter

22 skills2,877stars
Grade distribution22 graded skills
13 A9 B

Is this you?

These skills are attributed to flutter on SkillRepo. If that’s your GitHub account, sign in with GitHub to move them into your account — they’re already here, and it never touches your GitHub repos.

Sign up free to publish unlimited skills, graded and attributed to you.

Get Started

Searching by meaning

22 skills found

flutterdart-add-unit-testv1.0

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains correc… more

New~1.1k
flutterdart-build-cli-appv1.0

Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.

New~2.2k
flutterdart-collect-coveragev1.0

Collect coverage using the coverage packge and create an LCOV report

New~1.2k

Uses get_runtime_errors and lsp to fetch an active stack trace, locate the failing line, apply a fix, and verify resolution via hot_reload.

New~1.5k

Define and generate mock objects for external dependencies using `package:mockito` and `build_runner`. Use when unit testing classes that depend on complex exte… more

New~1.5k

Replace the usage of `expect` and similar functions from `package:matcher` to `package:checks` equivalents.

New~4.8k

Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions.

New~1.3k

Execute `dart analyze` to identify warnings and errors, and use `dart fix --apply` to automatically resolve mechanical lint issues. Use during development to en… more

New~1.2k
flutterdart-setup-ffi-assetsv1.0

Guides agents in compiling and packaging C/C++ source code into dynamic or static libraries (Code Assets) using Dart's Native Assets hook system (via hook/build… more

New~4.7k
flutterdart-use-ffigenv1.0

Guide agents to use `package:ffigen` to automatically generate FFI bindings instead of writing them manually. Use this skill when a task involves writing new FF… more

New~2.9k

Use switch expressions and pattern matching where appropriate

New~1.5k

Help users write syntactically and semantically correct primary constructors in Dart, and migrate/use the new constructor syntax, empty-body semicolon syntax, i… more

New~2.8k

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, explo… more

New~1.8k

Adds interactive widget previews to the project using the previews.dart system. Use when creating new UI components or updating existing screens to ensure consi… more

New~1.5k

Implement a component-level test using `WidgetTester` to verify UI rendering and user interactions (tapping, scrolling, entering text). Use when validating that… more

New~1.6k

Architects a Flutter application using the recommended layered approach (UI, Logic, Data). Use when structuring a new project or refactoring for scalability.

New~1.5k

Use `LayoutBuilder`, `MediaQuery`, or `Expanded/Flexible` to create a layout that adapts to different screen sizes. Use when you need the UI to look good on bot… more

New~1.7k

Fixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools. Use when addressing "RenderFlex overflowed", "Vertical viewport… more

New~1.3k

Create model classes with `fromJson` and `toJson` methods using `dart:convert`. Use when manually mapping JSON keys to class properties for simple data structur… more

New~1.4k

Configure `MaterialApp.router` using a package like `go_router` for advanced URL-based navigation. Use when developing web applications or mobile apps that requ… more

New~2.0k

Page 1 of 2

Command Palette

Search for a command to run...