katana_model_firestore 2.21.1 copy "katana_model_firestore: ^2.21.1" to clipboard
katana_model_firestore: ^2.21.1 copied to clipboard

Firestore plugin for katana_model. A package that models data into documents and collections and allows Firestore, local DB, and data mocks to be handled in the same interface.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add katana_model_firestore
copied to clipboard

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

dependencies:
  katana_model_firestore: ^2.21.1
copied to clipboard

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:katana_model_firestore/katana_model_firestore.dart';
copied to clipboard
3
likes
150
points
2.11k
downloads

Publisher

verified publishermathru.net

Weekly Downloads

2024.09.21 - 2025.04.05

Firestore plugin for katana_model. A package that models data into documents and collections and allows Firestore, local DB, and data mocks to be handled in the same interface.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, firebase_core, flutter, katana, katana_firebase, katana_model, universal_platform

More

Packages that depend on katana_model_firestore