paginated_search_bar 1.1.2 copy "paginated_search_bar: ^1.1.2" to clipboard
paginated_search_bar: ^1.1.2 copied to clipboard

A search bar library that let's you search for items and paginate them in a results list.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add paginated_search_bar

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

dependencies:
  paginated_search_bar: ^1.1.2

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_search_bar/paginated_search_bar.dart';
52
likes
120
pub points
78%
popularity

Publisher

unverified uploader

A search bar library that let's you search for items and paginate them in a results list.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

endless, flutter, rxdart, state_property

More

Packages that depend on paginated_search_bar