mapr 0.3.0
mapr: ^0.3.0 copied to clipboard
A dart package inspired by AutoMapper which auto generates mapping classes and exposes a simple mapping api
0.3.0 #
- Add iterable support for Iterable, Set, and List
- Add doc comments
0.2.0 #
- Convert package usage
- Use source_gen to create mapper classes
- Create auto mapping functionality
0.0.4 #
- Remove flutter dependency
0.0.3 #
- Add ability to create mappers without using the singleton
- Add doc comments
0.0.2 #
- Update readme
0.0.1 #
- Add singleton for mapping objects.