flutter_copilot 0.9.1 copy "flutter_copilot: ^0.9.1" to clipboard
flutter_copilot: ^0.9.1 copied to clipboard

Copilot for Flutter apps. Let an AI agent understand and navigate your app UI through the semantics tree.

example/lib/main.dart

import 'package:flutter/widgets.dart';
import 'package:flutter_copilot/flutter_copilot.dart';

import 'app/copilot_example_app.dart';
import 'services/copilot_service.dart';

void main() {
  runApp(
    CopilotApp(
      config: buildCopilotConfig(),
      child: const CopilotExampleApp(),
    ),
  );
}
2
likes
0
points
32
downloads

Publisher

verified publishergwhyyy.com

Weekly Downloads

Copilot for Flutter apps. Let an AI agent understand and navigate your app UI through the semantics tree.

Repository (GitHub)
View/report issues

Topics

#ai #agents #automation #accessibility #testing

License

unknown (license)

Dependencies

flutter, http, meta

More

Packages that depend on flutter_copilot