auto_mappr 2.1.1 copy "auto_mappr: ^2.1.1" to clipboard
auto_mappr: ^2.1.1 copied to clipboard

Code generation for mapping between different objects with ease.

example/lib/example.dart

import 'package:auto_mappr_example/mappr.dart';

void main() {
  final mappr = Mappr();

  final dto = UserDto(id: 1, xname: 'user');
  final user = mappr.convert<UserDto, User>(dto);

  // ignore: avoid_print, for example purposes
  print(user);
}
117
likes
0
points
8.9k
downloads

Publisher

verified publishernetglade.cz

Weekly Downloads

Code generation for mapping between different objects with ease.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, auto_mappr_annotation, build, built_collection, code_builder, collection, equatable, get_it, meta, path, source_gen

More

Packages that depend on auto_mappr