TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
TODO: List what your package can do. Maybe include images, gifs, or videos.
- Clone repo for with typedb proto definition files
git clone https://github.com/vaticle/typedb-protocol
- Ensure dart protobuf compiler is installed :
dart pub global activate protoc_plugin
. - Check installation is working by running
protoc --help
- Cd into typedb-protocol repo:
cd typedb-protocol
- Compile proto definition files into dart files:
protoc --dart_out="grpc:<PATH-TO-PROJECT>/lib/src/typedb-protocol" **/*.proto
TODO: Include short and useful examples for package users. Add longer examples
to /example
folder.
const like = 'sample';
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.