flutter_rx_bloc 6.1.1 copy "flutter_rx_bloc: ^6.1.1" to clipboard
flutter_rx_bloc: ^6.1.1 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: ^6.1.1

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';
38
likes
140
pub points
82%
popularity

Publisher

verified publisherprimeholding.com

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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, provider, rx_bloc, rxdart

More

Packages that depend on flutter_rx_bloc