firestore_entity_gen 0.0.2+1-pre copy "firestore_entity_gen: ^0.0.2+1-pre" to clipboard
firestore_entity_gen: ^0.0.2+1-pre copied to clipboard

A source_gen-based generator to produce structured Firestore entity mappers for Flutter/Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add firestore_entity_gen

With Flutter:

 $ flutter pub add firestore_entity_gen

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

dependencies:
  firestore_entity_gen: ^0.0.2+1-pre

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:firestore_entity_gen/firestore_entity_gen.dart';
0
likes
120
points
14
downloads

Documentation

API reference

Publisher

verified publishermizou.co.jp

Weekly Downloads

A source_gen-based generator to produce structured Firestore entity mappers for Flutter/Dart.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, args, build, dart_style, http, meta, source_gen

More

Packages that depend on firestore_entity_gen