Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mylittlesuite/dart_mapper

A simple library to map Dart objects.
https://github.com/mylittlesuite/dart_mapper

Last synced: 1 day ago
JSON representation

A simple library to map Dart objects.

Awesome Lists containing this project

README

        

# dart_mapper repository

A simple library to map Dart objects.

## Roadmap

- [ ] Add support for multi source parameter in mapping methods.
- [ ] Add support for default closure in @Mapping annotation.
- [ ] Add support for expression closure in @Mapping annotation.
- [ ] Add support for nested object mapping via @Mapping annotation, including ignore.
- [ ] Add support for reuse config from other mapping method.
- [ ] Add Error reporting for nested object import in the mapper file.
- [ ] Add support for complex Map object mappings.
- [ ] Add support for circular object mappings.