dart_mappable_builder 4.7.0 copy "dart_mappable_builder: ^4.7.0" to clipboard
dart_mappable_builder: ^4.7.0 copied to clipboard

Improved json serialization and data classes with full support for generics, inheritance, customization and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_mappable_builder

With Flutter:

 $ flutter pub add dart_mappable_builder

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

dependencies:
  dart_mappable_builder: ^4.7.0

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

Import it

Now in your Dart code, you can use:

import 'package:dart_mappable_builder/dart_mappable_builder.dart';
12
likes
150
points
77.3k
downloads

Documentation

API reference

Publisher

verified publisherschultek.dev

Weekly Downloads

Improved json serialization and data classes with full support for generics, inheritance, customization and more.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

analyzer, ansicolor, build, collection, dart_mappable, dart_style, glob, path, source_gen

More

Packages that depend on dart_mappable_builder