smart_mapper 0.2.0 copy "smart_mapper: ^0.2.0" to clipboard
smart_mapper: ^0.2.0 copied to clipboard

Compile-time Clean Architecture mapping annotations for DTOs, local models, and domain entities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add smart_mapper

With Flutter:

 $ flutter pub add smart_mapper

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

dependencies:
  smart_mapper: ^0.2.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:smart_mapper/smart_mapper.dart';
0
likes
150
points
117
downloads

Documentation

API reference

Publisher

verified publisherpinz.dev

Weekly Downloads

Compile-time Clean Architecture mapping annotations for DTOs, local models, and domain entities.

Repository (GitHub)
View/report issues

Topics

#code-generation #clean-architecture #mapper #objectbox

License

MIT (license)

More

Packages that depend on smart_mapper