etcd_client 0.0.3-beta copy "etcd_client: ^0.0.3-beta" to clipboard
etcd_client: ^0.0.3-beta copied to clipboard

client for etcd db

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add etcd_client

With Flutter:

 $ flutter pub add etcd_client

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

dependencies:
  etcd_client: ^0.0.3-beta

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:etcd_client/etcd_client.dart';
1
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

client for etcd db

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on etcd_client