Fetch Flutter and Dart documentation by automatically detecting identifier types, including widgets, classes, and pub.dev packages, with optional topic filtering for specific information.
Retrieve Flutter class documentation with smart truncation options. Specify class name and library to access accurate Flutter widget and component information.
Capture a screenshot of a Flutter app to debug and analyze widget trees, navigation, and layout issues directly through the Flutter Inspector MCP Server.
Retrieve supported protocols from a Flutter app using the VM service method. Connects to the default Flutter debug port (8181) or a custom port if specified.
Discover trending Flutter packages to identify popular dependencies for your projects. Use this tool to explore packages gaining traction in the Flutter ecosystem.
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.
Override the platform of a running Flutter app (Android, iOS, Fuchsia, etc.) or reset it via RPC to facilitate debugging and testing across different environments.
Generate a ready-to-paste SDK initialization snippet pre-filled with your API key, base URL, and app config for react-native, expo, ios, android, or flutter. Integrate LinkForty into your mobile app in under a minute.
Fetches the latest ConfigCat SDK documentation by URL to provide step-by-step guidance for integrating feature flags in various programming languages and platforms.
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.
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.
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.
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.