map_mapper_annotations 3.2.2 icon indicating copy to clipboard operation
map_mapper_annotations: ^3.2.2 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: ^3.2.2

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
130
pub points
40%
popularity

Publisher

verified publisher iconsquarealfa.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)

Documentation

API reference

License

Icon for licenses.MPL-2.0 (LICENSE)

Dependencies

squarealfa_common_types

More

Packages that depend on map_mapper_annotations