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

outdated

BLOC architecture with Firebase Repository followed by Fcode Labs

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

BLOC architecture with Firebase Repository followed by Fcode Labs

Homepage

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on fcode_bloc