d2p_gen 0.0.1 copy "d2p_gen: ^0.0.1" to clipboard
d2p_gen: ^0.0.1 copied to clipboard

This package creates messages for .proto based on existing dart classes through recursive traversal of AST nodes . If necessary, creates mappers for DTO classes (obtained through the protocol utili [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add d2p_gen

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

dependencies:
  d2p_gen: ^0.0.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:d2p_gen/d2p_gen.dart';
2
likes
120
pub points
9%
popularity

Publisher

unverified uploader

This package creates messages for .proto based on existing dart classes through recursive traversal of AST nodes . If necessary, creates mappers for DTO classes (obtained through the protocol utility, which runs automatically).

Repository (GitHub)
View/report issues

Topics

#network #proto

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

analyzer, build, d2p_annotation, glob, source_gen

More

Packages that depend on d2p_gen