antd_client 0.2.0
antd_client: ^0.2.0 copied to clipboard
Dart client for the antd daemon - REST and gRPC access to the Autonomi decentralized storage network (public and private data, chunks, files, external-signer uploads).
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add antd_clientWith Flutter:
$ flutter pub add antd_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
antd_client: ^0.2.0Alternatively, 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:antd_client/antd_client.dart';