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

A Flutter Firebase plugin providing real-time synchronization, offline-first support, and intelligent conflict resolution for Firestore.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quicui_firebase

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

dependencies:
  quicui_firebase: ^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:quicui_firebase/quicui_firebase.dart';
0
likes
70
points
17
downloads

Publisher

verified publisherdowonder.in

Weekly Downloads

A Flutter Firebase plugin providing real-time synchronization, offline-first support, and intelligent conflict resolution for Firestore.

Repository (GitHub)
View/report issues

Topics

#firebase #firestore #flutter #real-time #offline

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

cloud_firestore, equatable, firebase_auth, firebase_core, flutter, intl, logger, quicui

More

Packages that depend on quicui_firebase

Packages that implement quicui_firebase