fcode_bloc 0.7.1 copy "fcode_bloc: ^0.7.1" to clipboard
fcode_bloc: ^0.7.1 copied to clipboard

Firebase Repository implementation for BLoC. This usses firestore package and expose the functions by using the repository design pattern.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fcode_bloc

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

dependencies:
  fcode_bloc: ^0.7.1

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:fcode_bloc/fcode_bloc.dart';
8
likes
140
points
77
downloads

Publisher

verified publisherfcodelabs.com

Weekly Downloads

Firebase Repository implementation for BLoC. This usses firestore package and expose the functions by using the repository design pattern.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, firebase_core, flutter, rxdart

More

Packages that depend on fcode_bloc