rx_bloc_list 4.0.1 copy "rx_bloc_list: ^4.0.1" to clipboard
rx_bloc_list: ^4.0.1 copied to clipboard

The rx_bloc_list package facilitates implementing infinity scroll and pull-to-refresh features with minimal setup. This package is meant to be used along with RxBloc ecosystem.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rx_bloc_list

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

dependencies:
  rx_bloc_list: ^4.0.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:rx_bloc_list/rx_bloc_list.dart';
13
likes
140
pub points
74%
popularity

Publisher

verified publisherprimeholding.com

The rx_bloc_list package facilitates implementing infinity scroll and pull-to-refresh features with minimal setup. This package is meant to be used along with RxBloc ecosystem.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, flutter_rx_bloc, rx_bloc, rxdart

More

Packages that depend on rx_bloc_list