protobuf_wellknown 0.1.0 protobuf_wellknown: ^0.1.0 copied to clipboard
The well-known types from the Google Protobuf compiler, in Dart.
example/protobuf_wellknown_example.dart
import 'package:protobuf_wellknown/protobuf_wellknown.dart';
void main() {
var awesome = DescriptorProto();
print('awesome: $awesome');
}