Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mylittlesuite/dart_mapper
- Owner: MyLittleSuite
- License: mit
- Created: 2024-11-09T11:34:22.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-07T22:23:52.000Z (1 day ago)
- Last Synced: 2025-01-07T22:29:11.410Z (1 day ago)
- Language: Dart
- Homepage:
- Size: 225 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.