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

outdated

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

example/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(ExampleApp());
}

class ExampleApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(),
    );
  }
}
8
likes
0
points
76
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

License

unknown (license)

Dependencies

built_collection, built_value, cloud_firestore, firebase_core, flutter, meta, rxdart

More

Packages that depend on fcode_bloc