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
70
points
43
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
Contributing

Topics

#ai #agents #automation #accessibility #testing

License

MIT (license)

Dependencies

flutter, http, meta

More

Packages that depend on flutter_copilot