fa_hub_client 0.2.8
fa_hub_client: ^0.2.8 copied to clipboard
DAP/1 hub client for flutter_agent_harness: MessagingRepository over a signed WebSocket, FahPlugin wiring delivery via Agent.externalSteeringSource.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fa_hub_clientWith Flutter:
$ flutter pub add fa_hub_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fa_hub_client: ^0.2.8Alternatively, 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:fa_hub_client/fa_hub_client.dart';