kr_paginate_firestore 1.0.4 copy "kr_paginate_firestore: ^1.0.4" to clipboard
kr_paginate_firestore: ^1.0.4 copied to clipboard

A flutter package to simplify pagination with firestore data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kr_paginate_firestore

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

dependencies:
  kr_paginate_firestore: ^1.0.4

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:kr_paginate_firestore/bloc/pagination_cubit.dart';
import 'package:kr_paginate_firestore/bloc/pagination_listeners.dart';
import 'package:kr_paginate_firestore/bloc/pagination_state.dart';
import 'package:kr_paginate_firestore/paginate_firestore.dart';
import 'package:kr_paginate_firestore/widgets/bottom_loader.dart';
import 'package:kr_paginate_firestore/widgets/empty_display.dart';
import 'package:kr_paginate_firestore/widgets/empty_separator.dart';
import 'package:kr_paginate_firestore/widgets/error_display.dart';
import 'package:kr_paginate_firestore/widgets/initial_loader.dart';
4
likes
25
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter package to simplify pagination with firestore data.

License

MIT (license)

Dependencies

bloc, cloud_firestore, flutter, flutter_bloc, preload_page_view, provider

More

Packages that depend on kr_paginate_firestore