turbo_bridge_client 0.3.0 copy "turbo_bridge_client: ^0.3.0" to clipboard
turbo_bridge_client: ^0.3.0 copied to clipboard

Client library for connecting to Flutter Turbo Bridge and VM Service. Provides a unified high-speed interface for AI agents.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add turbo_bridge_client

With Flutter:

 $ flutter pub add turbo_bridge_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  turbo_bridge_client: ^0.3.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:turbo_bridge_client/turbo_bridge_client.dart';
0
likes
150
points
209
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Client library for connecting to Flutter Turbo Bridge and VM Service. Provides a unified high-speed interface for AI agents.

Homepage
Repository (GitHub)
View/report issues

Topics

#dart #flutter #automation #testing #vm-service

License

MIT (license)

Dependencies

http, meta, vm_service, web_socket_channel

More

Packages that depend on turbo_bridge_client