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

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

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: ^1.0.0

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
0
pub points
9%
popularity

Publisher

unverified uploader

This package creates messages for .g.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

License

unknown (license)

Dependencies

analyzer, build, d2p_annotation, glob, path, source_gen

More

Packages that depend on d2p_gen