ultra_flutter_devtools 1.13.0
ultra_flutter_devtools: ^1.13.0 copied to clipboard
Flutter DevTools extension showing live MCP activity for the flutter-ultra-mcp Claude Code plugin (sessions, recent tool calls, errors, screenshot grid).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ultra_flutter_devtoolsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ultra_flutter_devtools: ^1.13.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ultra_flutter_devtools/ultra_flutter_devtools.dart';