flutterfire_oop_modeler 0.1.9 copy "flutterfire_oop_modeler: ^0.1.9" to clipboard
flutterfire_oop_modeler: ^0.1.9 copied to clipboard

A OOP modeler for Firebase Firestore in Dart to create, read, update and delete documents in a Firestore database.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutterfire_oop_modeler

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

dependencies:
  flutterfire_oop_modeler: ^0.1.9

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:flutterfire_oop_modeler/flutterfire_oop_modeler.dart';
3
likes
150
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

A OOP modeler for Firebase Firestore in Dart to create, read, update and delete documents in a Firestore database.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, firebase_core, flutter

More

Packages that depend on flutterfire_oop_modeler