firestore_wrapper 1.0.3 copy "firestore_wrapper: ^1.0.3" to clipboard
firestore_wrapper: ^1.0.3 copied to clipboard

A type-safe wrapper for Cloud Firestore operations in Flutter, providing a clean and strongly-typed interface.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add firestore_wrapper

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

dependencies:
  firestore_wrapper: ^1.0.3

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:firestore_wrapper/firestore_wrapper.dart';
2
likes
160
points
73
downloads

Publisher

unverified uploader

Weekly Downloads

A type-safe wrapper for Cloud Firestore operations in Flutter, providing a clean and strongly-typed interface.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, firebase_core, flutter

More

Packages that depend on firestore_wrapper