map_mapper_annotations 4.2.0 copy "map_mapper_annotations: ^4.2.0" to clipboard
map_mapper_annotations: ^4.2.0 copied to clipboard

Contains annotations and mappers to allow the mapping between PODOs and Map<String, dynamic> maps used to interact with document databases

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add map_mapper_annotations

With Flutter:

 $ flutter pub add map_mapper_annotations

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

dependencies:
  map_mapper_annotations: ^4.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:map_mapper_annotations/map_mapper_annotations.dart';
0
likes
140
pub points
51%
popularity

Publisher

verified publishersquarealfa.com

Contains annotations and mappers to allow the mapping between PODOs and Map<String, dynamic> maps used to interact with document databases

Homepage
Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

json_annotation

More

Packages that depend on map_mapper_annotations