dart_mappable 4.2.2 copy "dart_mappable: ^4.2.2" to clipboard
dart_mappable: ^4.2.2 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

With Flutter:

 $ flutter pub add dart_mappable

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

dependencies:
  dart_mappable: ^4.2.2

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/dart_mappable.dart';
228
likes
120
pub points
98%
popularity

Publisher

verified publisherschultek.de

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

Repository (GitHub)
View/report issues

Topics

#json #data-class #codegen #build-runner

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

collection, meta, type_plus

More

Packages that depend on dart_mappable