paginated_query_stream_builder 0.1.0 copy "paginated_query_stream_builder: ^0.1.0" to clipboard
paginated_query_stream_builder: ^0.1.0 copied to clipboard

The library for building list and grid views from paginated Firestore query streams.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add paginated_query_stream_builder

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

dependencies:
  paginated_query_stream_builder: ^0.1.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:paginated_query_stream_builder/paginated_query_stream_builder.dart';
1
likes
80
pub points
15%
popularity

Publisher

unverified uploader

The library for building list and grid views from paginated Firestore query streams.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

cloud_firestore, flutter, logger

More

Packages that depend on paginated_query_stream_builder