Fetch Flutter and Dart documentation by automatically detecting identifier types, including widgets, classes, and pub.dev packages, with optional topic filtering for specific information.
Initialize brand configuration by scaffolding brand.json and ensuring an assets directory exists. Auto-detects framework and returns platform hints. Call at project start to establish a brand source-of-truth for asset generation.
Export a 1024² master PNG into iOS AppIconSet, Android adaptive icons, PWA maskable icons, visionOS parallax, Flutter launcher, and favicon set. Runs locally via sharp, no API key required.
Generate complete design systems by combining styles, colors, typography, and layout patterns for web or mobile projects. Auto-detects platform and intent to provide cohesive design foundations.
A real-time server that provides Flutter/Dart documentation and pub.dev package information to AI assistants, ensuring they generate accurate and up-to-date Flutter code.
Provides advanced Flutter development tools via Model Context Protocol with features including widget analysis, documentation search, performance optimization, and code generation.
Trigger a full hot restart on a connected Flutter app to apply all code changes, including static field initializers and global variables, losing all app state. Use when hot reload is insufficient. Requires prior flutter_connect call.
Executes the project's build command for the specified project, returning success status and truncated output. Auto-detects build tool based on project platform.
Discover and connect to a running Flutter app on a mobile device via the Dart VM Service Protocol. Requires the app in debug or profile mode. Returns connection details including isolate ID and app name. Use before other flutter_* tools.
Search framework-specific UI/UX guidelines and best practices for Flutter, React, Vue, SwiftUI, and other development stacks to implement component patterns and state management.
Search iOS Human Interface Guidelines or Android Material 3 design patterns to implement platform-specific UI/UX with cross-platform code examples for Flutter and React Native.
Trigger a hot reload on a connected Flutter app to apply code changes instantly while preserving app state, variables, navigation stack, and scroll positions. Faster than a full restart. Requires flutter_connect first.
Retrieve Dart source code for Flutter UI templates by ID to integrate pre-built components into development projects directly from GitHub repositories.
Retrieve Flutter class documentation with smart truncation options. Specify class name and library to access accurate Flutter widget and component information.