flutter_rx_bloc 7.0.0 copy "flutter_rx_bloc: ^7.0.0" to clipboard
flutter_rx_bloc: ^7.0.0 copied to clipboard

Set of Flutter Widgets that help implementing the BLoC design pattern. Built to be used with the rx_bloc package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_rx_bloc

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

dependencies:
  flutter_rx_bloc: ^7.0.0

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:flutter_rx_bloc/flutter_rx_bloc.dart';
43
likes
160
points
1.18k
downloads

Documentation

API reference

Publisher

verified publisherprimeholding.com

Weekly Downloads

Set of Flutter Widgets that help implementing the BLoC design pattern. Built to be used with the rx_bloc package.

Homepage
Repository (GitHub)
View/report issues

Topics

#bloc #state-management #reactive-programming #rxdart

License

MIT (license)

Dependencies

flutter, provider, rx_bloc, rxdart

More

Packages that depend on flutter_rx_bloc