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

outdated

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
copied to clipboard

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

dependencies:
  flutter_rx_bloc: ^1.2.1
copied to clipboard

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';
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