flutterfire_oop_modeler 0.1.2 copy "flutterfire_oop_modeler: ^0.1.2" to clipboard
flutterfire_oop_modeler: ^0.1.2 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 Dart:

 $ dart pub add flutterfire_oop_modeler

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 dart pub get):

dependencies:
  flutterfire_oop_modeler: ^0.1.2

Alternatively, your editor might support dart pub get or 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
0
points
41
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

License

unknown (license)

Dependencies

cloud_firestore, firebase_core, flutter

More

Packages that depend on flutterfire_oop_modeler