haveno 3.0.6 copy "haveno: ^3.0.6" to clipboard
haveno: ^3.0.6 copied to clipboard

A client interface for the P2P decentralised Haveno exchange for Monero

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add haveno

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

dependencies:
  haveno: ^3.0.6

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

Import it

Now in your Dart code, you can use:

import 'package:haveno/enums.dart';
import 'package:haveno/grpc_models.dart';
import 'package:haveno/haveno_client.dart';
import 'package:haveno/haveno_exceptions.dart';
import 'package:haveno/haveno_service.dart';
import 'package:haveno/profobuf_models.dart';
2
likes
125
points
189
downloads

Publisher

verified publisherhaveno.app

Weekly Downloads

A client interface for the P2P decentralised Haveno exchange for Monero

Homepage
Repository
View/report issues

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

fixnum, flutter, grpc, protobuf

More

Packages that depend on haveno