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

outdated

Dgraph Dart client which communicates with the server using gRPC.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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: ^0.5.0

Alternatively, your editor might support dart 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
30
pub points
15%
popularity

Publisher

verified publishermarceloneppel.dev

Dgraph Dart client which communicates with the server using gRPC.

Homepage

Documentation

Documentation

License

Apache-2.0 (LICENSE)

Dependencies

grpc, protobuf

More

Packages that depend on dgraph