Flutter skills
Top maintainers
- rodydavis · 14 skills
- yelmuratoff · 11 skills
- first-fluke · 6 skills
- openclaw · 5 skills
- hoangnguyen0403 · 3 skills
Languages in this topic
46 skills
This skill helps you implement a multi-touch canvas in Flutter, enabling pan, zoom, and object interaction with conflict-free gesture handling.
This skill helps you customize Flutter Markdown with Material 3 styles for consistent typography and interactive links across apps.
This skill helps you build reactive Flutter UIs by streaming widgets in the build method, enabling dynamic updates and efficient data handling.
This skill helps optimize Flutter HTTP networking by selecting Cronet on Android and Cupertino's native client on iOS for faster, cached requests.
This skill explains how to embed a Lit web component inside a Flutter app to access native APIs and enable hybrid functionality.
This skill helps you manage multiple Flutter versions using Git worktrees and ZSH aliases for quick channel switching.
This skill helps you implement lightweight Flutter animations by using an abstract AnimationWidget and SingleTickerProviderStateMixin to update UI without
This skill helps you manage Flutter state more efficiently by teaching signals, flutter hooks, and reactive patterns for scalable UI.
This skill helps you implement server side rendering for Flutter apps using the rfw package to drive dynamic UI updates.
This skill designs and implements local push notification campaigns to boost mobile engagement with on-device timing and personalization.
This skill guides authors and reviewers through a structured code-review workflow to improve correctness, maintainability, and security.
This skill helps manage pub.dev dependencies for Flutter/Dart projects by validating necessity, evaluating candidates, and documenting decisions to preserve
This skill helps you implement reliable API calls, robust parsing, and tests by enforcing layered data handling and explicit error mapping.
This skill helps manage local data persistence and secrets securely across Drift, SharedPreferences, and flutter_secure_storage with clear patterns.
This skill helps you implement robust Flutter navigation with GoRouter, enabling nested routes, deep links, and type-safe arguments across screens.
This skill helps you write meaningful, concise code comments by emphasizing intent, readability, and correct scope across APIs and internal logic.
This skill helps you create immutable Dart DTOs and manage custom mappings without freezed or json_serializable, ensuring reliable serialization.
This skill helps you diagnose performance issues in Flutter apps, then optimize rendering, lists, and heavy work off the UI thread.
This skill helps you implement Flutter localization with gen-l10n by configuring arb keys, plural rules, and wiring strings into widgets.
This skill helps enforce secure handling of secrets, auth data, and PII in Flutter apps by guiding storage, testing, and threat mitigation.
This skill enforces feature-first Clean Architecture guidelines for DTOs, domains, and data layers to improve maintainability and correct dependency direction.