typed_firestore 0.4.4 typed_firestore: ^0.4.4 copied to clipboard
Typed firebase.storage for flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add typed_firestore
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
typed_firestore: ^0.4.4
Alternatively, 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:typed_firestore/typed_firestore.dart';