flutterBuild performant cross-platform apps with Flutter widgets, state management, and platform integration.
Install via ClawdBot CLI:
clawdbot install ivangdavila/flutterRequires:
Grade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Feb 26, 2026
A retail company wants to build a cross-platform mobile app for online shopping. The skill helps avoid state loss during user interactions like adding items to cart and ensures smooth navigation between product pages and checkout. It addresses performance issues with const constructors to maintain fast UI rendering during high traffic.
A healthcare provider develops a Flutter app for real-time patient data monitoring. The skill prevents async pitfalls in fetching and displaying live data streams, ensuring FutureBuilder doesn't trigger unnecessary rebuilds. It also manages disposal of timers and subscriptions to avoid memory leaks in long-running sessions.
A fintech startup creates a personal finance app with complex state management for tracking expenses and budgets. The skill mitigates widget rebuild traps and state loss when updating transaction lists, using keys correctly. It handles navigation with deep linking for seamless user experience across different financial views.
An edtech company builds an interactive learning app with quizzes and progress tracking. The skill ensures reliable state handling during user interactions like answering questions and navigating lessons, avoiding context issues after async gaps. It optimizes performance with const widgets to support smooth animations and transitions.
Offer the Flutter skill as part of a subscription-based service for developers, providing ongoing updates and support for building reliable apps. Revenue is generated through monthly or annual fees, targeting small to medium-sized businesses that need cost-effective mobile solutions.
Provide expert consulting services using the skill to help companies integrate Flutter best practices into their projects. Revenue comes from hourly rates or fixed project fees, focusing on industries like retail and healthcare that require high-reliability apps.
Develop and sell training courses or certification programs based on the skill's content, teaching developers how to avoid common Flutter pitfalls. Revenue is earned through course sales and certification exams, targeting individual developers and corporate training programs.
💬 Integration Tip
Integrate this skill into existing Flutter projects by referencing the quick reference files for specific issues, and ensure all team members follow the critical rules to prevent common errors.
Scored Apr 22, 2026
Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.
Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.
Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.
Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.
Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view’s layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.
Build performant cross-platform mobile apps with React Native components, navigation, and native modules.