d2p_gen 1.0.0 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';