zema_firestore 0.1.0
zema_firestore: ^0.1.0 copied to clipboard
Zema schema validation integration for Cloud Firestore. Type-safe document parsing via withConverter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zema_firestoreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zema_firestore: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:zema_firestore/zema_firestore.dart';