hera_client 0.0.1
hera_client: ^0.0.1 copied to clipboard
gRPC files for Hera
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hera_clientWith Flutter:
$ flutter pub add hera_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hera_client: ^0.0.1Alternatively, 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:hera_client/google/protobuf/timestamp.pb.dart';
import 'package:hera_client/google/protobuf/timestamp.pbenum.dart';
import 'package:hera_client/google/protobuf/timestamp.pbjson.dart';
import 'package:hera_client/hera.pb.dart';
import 'package:hera_client/hera.pbenum.dart';
import 'package:hera_client/hera.pbgrpc.dart';
import 'package:hera_client/hera.pbjson.dart';