dorm_firebase_database 2.0.0-dev.4 copy "dorm_firebase_database: ^2.0.0-dev.4" to clipboard
dorm_firebase_database: ^2.0.0-dev.4 copied to clipboard

A Firebase Realtime Database engine for dORM applications that need persistent, remotely synchronized data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dorm_firebase_database

With Flutter:

 $ flutter pub add dorm_firebase_database

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

dependencies:
  dorm_firebase_database: ^2.0.0-dev.4

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:dorm_firebase_database/dorm_firebase_database.dart';
0
likes
0
points
259
downloads

Publisher

verified publisherenzosantos.dev

Weekly Downloads

A Firebase Realtime Database engine for dORM applications that need persistent, remotely synchronized data.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dorm_framework, firebase_auth, firebase_core, firebase_database, flutter, http, rxdart

More

Packages that depend on dorm_firebase_database