d_serializer_builder 1.0.2 copy "d_serializer_builder: ^1.0.2" to clipboard
d_serializer_builder: ^1.0.2 copied to clipboard

Builder package that generates model serializers and global registry files for d_serializer annotations in Dart projects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add d_serializer_builder

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

dependencies:
  d_serializer_builder: ^1.0.2

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:d_serializer_builder/d_serializer_builder.dart';
1
likes
0
points
99
downloads

Publisher

verified publishertorogoz.tech

Weekly Downloads

Builder package that generates model serializers and global registry files for d_serializer annotations in Dart projects.

Repository (GitHub)
View/report issues

Topics

#serialization #json #codegen #d-serializer

License

unknown (license)

Dependencies

analyzer, build, d_serializer, glob, path, source_gen

More

Packages that depend on d_serializer_builder