flutter_pilotkit_claw 1.0.6 copy "flutter_pilotkit_claw: ^1.0.6" to clipboard
flutter_pilotkit_claw: ^1.0.6 copied to clipboard

Modular Flutter runtime for AI-driven app inspection and interaction via Flutter PilotKit.

flutter_pilotkit_claw #

Flutter runtime bindings for Flutter PilotKit.

Install this package in the app you want to inspect or automate. It registers debug/profile-only VM Service extensions that can be called by flutter_pilotkit_cli or flutter_pilotkit_mcp.

Install #

dependencies:
  flutter_pilotkit_claw:
    path: ../flutter_pilotkit/packages/flutter_pilotkit_claw

Initialize #

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

void main() {
  FlutterPilotKitBinding.captureLogs(() {
    FlutterPilotKitBinding.ensureInitialized(
      const FlutterPilotKitConfiguration(
        enableRebuildTracking: true,
        showTapFeedback: true,
      ),
    );

    runApp(const RepaintBoundary(child: MyApp()));
  });
}

In release builds PilotKit does not register VM Service extensions.

Features #

  • Element tree and interactive element inspection.
  • Gesture, text entry, scrolling, and navigation drivers.
  • Screenshot and in-app log capture.
  • Optional rebuild hotspot tracking.

See the repository README for CLI and MCP usage.

0
likes
120
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Modular Flutter runtime for AI-driven app inspection and interaction via Flutter PilotKit.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #mcp #ai #flutter-pilotkit

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_pilotkit_claw