mongo_mapper 0.2.1
mongo_mapper: ^0.2.1 copied to clipboard
Contains annotations and mappers to allow the mapping between PODOs and Map<String, dynamic> maps used to interact with MongoDB
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add mongo_mapperWith Flutter:
$ flutter pub add mongo_mapperThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
mongo_mapper: ^0.2.1Alternatively, 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:mongo_mapper/mongo_mapper.dart';