flutter_rx_bloc 6.1.0 copy "flutter_rx_bloc: ^6.1.0" to clipboard
flutter_rx_bloc: ^6.1.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 Dart:

 $ dart pub add flutter_rx_bloc
copied to clipboard

With Flutter:

 $ flutter pub add flutter_rx_bloc
copied to clipboard

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

dependencies:
  flutter_rx_bloc: ^6.1.0
copied to clipboard

Alternatively, your editor might support dart pub get or 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';
copied to clipboard
42
likes
0
points
2.26k
downloads

Publisher

verified publisherprimeholding.com

Weekly Downloads

2024.07.06 - 2025.01.18

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

License

unknown (license)

Dependencies

flutter, provider, rx_bloc, rxdart

More

Packages that depend on flutter_rx_bloc