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

outdated

Firebase Repository implementation for BLoC. This usses firestore package and expose the functions by using the repository design pattern. It is easier to save and retrive data from firebase using the [...]

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
pub points
0%
popularity

Publisher

verified publisherfcodelabs.com

Firebase Repository implementation for BLoC. This usses firestore package and expose the functions by using the repository design pattern. It is easier to save and retrive data from firebase using the provided model classes.

Homepage

License

unknown (LICENSE)

Dependencies

cloud_firestore, cloud_functions, crypto, device_info, firebase_core, flutter, intl, rxdart

More

Packages that depend on fcode_bloc