grpc_annotation 1.0.0 copy "grpc_annotation: ^1.0.0" to clipboard
grpc_annotation: ^1.0.0 copied to clipboard

Classes and helper functions that support gRPC code generation via the `grpc_gen` package.

example/lib/example.dart

import 'package:grpc_annotation/grpc_annotation.dart';

@GrpcReflection("https://example.com")
class ExampleDotDom {
  @override
  String toString() {
    return 'example.com';
  }
}
1
likes
160
pub points
0%
popularity

Publisher

unverified uploader

Classes and helper functions that support gRPC code generation via the `grpc_gen` package.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on grpc_annotation