anyinspect_client 0.1.0 copy "anyinspect_client: ^0.1.0" to clipboard
anyinspect_client: ^0.1.0 copied to clipboard

AnyInspect client.

anyinspect_client #

pub version

AnyInspect client.

Discord


Quick Start #

Installation #

dependencies:
  anyinspect_client: ^0.1.0

Usage #

import 'package:anyinspect_client/anyinspect_client.dart';

Future<void> main(List<String> args) async {
  AnyInspectClient client = AnyInspectClient(plugins: []);
  // client.connection = xxx;
  await client.connect();
}
0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

AnyInspect client.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

uuid

More

Packages that depend on anyinspect_client