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

outdated

A Flutter package that makes implementing infinity scroll and pull to refresh with minimum effort.

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: ^1.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:rx_bloc_list/rx_bloc_list.dart';
13
likes
0
pub points
72%
popularity

Publisher

verified publisherprimeholding.com

A Flutter package that makes implementing infinity scroll and pull to refresh with minimum effort.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_rx_bloc, rx_bloc, rxdart

More

Packages that depend on rx_bloc_list