lantern_client 0.1.3 copy "lantern_client: ^0.1.3" to clipboard
lantern_client: ^0.1.3 copied to clipboard

Pure Dart client SDK for Lantern, an in-memory graph key-vertex store with TTL-aware vertices and edges.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lantern_client

With Flutter:

 $ flutter pub add lantern_client

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

dependencies:
  lantern_client: ^0.1.3

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:lantern_client/lantern_client.dart';
0
likes
140
points
88
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Pure Dart client SDK for Lantern, an in-memory graph key-vertex store with TTL-aware vertices and edges.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#connectrpc #graph #kvs #lantern

License

Apache-2.0 (license)

Dependencies

connectrpc, fixnum, protobuf

More

Packages that depend on lantern_client