dart_mapper_generator 0.4.0 copy "dart_mapper_generator: ^0.4.0" to clipboard
dart_mapper_generator: ^0.4.0 copied to clipboard

The dart mapper generator, useful to autogenerate mapping code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_mapper_generator

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

dependencies:
  dart_mapper_generator: ^0.4.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:dart_mapper_generator/dart_mapper_generator.dart';
0
likes
120
points
837
downloads

Publisher

verified publishermylittlesuite.com

Weekly Downloads

The dart mapper generator, useful to autogenerate mapping code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, code_builder, dart_mapper, dart_style, source_gen, strings

More

Packages that depend on dart_mapper_generator