mcp_suite_inspector 0.1.1 copy "mcp_suite_inspector: ^0.1.1" to clipboard
mcp_suite_inspector: ^0.1.1 copied to clipboard

Live-state debugging and real-time widget tree inspection for Flutter MCP Suite.

example/example.dart

import 'package:flutter/material.dart';
import 'package:mcp_suite_inspector/mcp_suite_inspector.dart';

void main() {
  runApp(
    McpInspectorWrapper(
      child: MaterialApp(
        home: Scaffold(
          appBar: AppBar(title: const Text('Inspector Example')),
          body: const Center(child: Text('Inspected App Content')),
        ),
      ),
    ),
  );
}
1
likes
160
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Live-state debugging and real-time widget tree inspection for Flutter MCP Suite.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, mcp_suite_core

More

Packages that depend on mcp_suite_inspector