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
copied to clipboard

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();
}
copied to clipboard
0
likes
110
points
70
downloads

Publisher

verified publisherlearn-flutter.dev

Weekly Downloads

2024.09.22 - 2025.04.06

AnyInspect client.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

uuid

More

Packages that depend on anyinspect_client