bqsp_client 0.3.2 copy "bqsp_client: ^0.3.2" to clipboard
bqsp_client: ^0.3.2 copied to clipboard

Dart client for the BQSP protocol

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bqsp_client

With Flutter:

 $ flutter pub add bqsp_client

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

dependencies:
  bqsp_client: ^0.3.2

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:bqsp_client/bqsp_client.dart';
2
likes
150
points
38
downloads

Publisher

verified publisherkalucky0.dev

Weekly Downloads

Dart client for the BQSP protocol

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on bqsp_client