firefuel 0.0.2 copy "firefuel: ^0.0.2" to clipboard
firefuel: ^0.0.2 copied to clipboard

outdated

A Firebase Cloud Firestore library to fuel your application's growth!

firefuel

Pub Star on Github style: effective dart License: MIT

Overview #

The goal of this package is to make it easy to interact with Cloud Firestore API. The firefuel community aims to always make this package simple, intuitive, and consistent. firefuel wraps the cloud_firestore plugin, and provides conventions to help jump-start your development.

Still not convinced? See our documentation on why we thing you should choose firefuel

Scope #

firefuel focuses on simplifying the edge of your data layer, meaning this package pairs well with all ui, state management, model generation, and injection packages.

Quick Start #

We've created a base Repository and Collection for you to extend to your liking with the FirefuelRepository and FirefuelCollection.

The Repository is structurally reponsible for holding references to your main/top-level collection and any subcollections. The Repository is also logically responsible for ensuring all errors are caught and returned to your business logic layer as Either types.

See the firefuel documentation to walk through the core concepts of using firefuel.

See also: Handling Errors

Handling Errors Yourself #

No problem! Use the Collections on their own, and forget Repositories even exist. Handle errors how you are today without making the switch.

Getting Started #

Simply add the latest version of firefuel as a dependency in your pubspec.yaml file. Import package:firefuel/firefuel.dart into your entry point (often main.dart). Then, initialize firefuel using the Firefuel.initialize(FirebaseFirestore.instance); before calling runApp.

Read the full walkthrough in our docs.

Issues and feedback #

Please file all firefuel specific issues, bugs, or feature requests in our issue tracker

Please file FlutterFire specific issues, bugs, or feature requests in their issue tracker.

Plugin issues that are not specific to FlutterFire can be filed in the Flutter issue tracker.

Maintainers #

The maintainers for firefuel are Jonah Walker and Morgan Hunt

Logo Creator #

Our logo was created by Shawn Meek

17
likes
0
points
208
downloads

Publisher

verified publisherfirefuel.dev

Weekly Downloads

A Firebase Cloud Firestore library to fuel your application's growth!

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

cloud_firestore, dartz, equatable, firefuel_core, flutter, stack_trace

More

Packages that depend on firefuel