rx_bloc 1.0.0 copy "rx_bloc: ^1.0.0" to clipboard
rx_bloc: ^1.0.0 copied to clipboard

outdated

A Flutter package that helps implementing the BLoC (Business Logic Component) Design Pattern using the power of reactive streams.

example/lib/main.dart

import 'package:example/screens/home_screen.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        body: HomeScreen(),
      ),
    );
  }
}
49
likes
0
pub points
82%
popularity

Publisher

verified publisherprimeholding.com

A Flutter package that helps implementing the BLoC (Business Logic Component) Design Pattern using the power of reactive streams.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta, rxdart

More

Packages that depend on rx_bloc