model_mapper 0.1.1 copy "model_mapper: ^0.1.1" to clipboard
model_mapper: ^0.1.1 copied to clipboard

outdated

Intelligent object mapping for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add model_mapper

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

dependencies:
  model_mapper: ^0.1.1

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:model_mapper/model_mapper.dart';
0
likes
40
points
0
downloads

Publisher

verified publisherfxcdev.com

Weekly Downloads

Intelligent object mapping for Dart.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

build, build_config, code_builder, json_annotation, source_gen

More

Packages that depend on model_mapper