dgraph 1.1.2 copy "dgraph: ^1.1.2" to clipboard
dgraph: ^1.1.2 copied to clipboard

Dgraph dart client.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dgraph

With Flutter:

 $ flutter pub add dgraph

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

dependencies:
  dgraph: ^1.1.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:dgraph/dgraph.dart';
17
likes
100
pub points
15%
popularity

Publisher

verified publishermarceloneppel.dev

Dgraph dart client.

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

fixnum, grpc, mutex, protobuf

More

Packages that depend on dgraph