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

outdated

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.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_search_bar/paginated_search_bar.dart';
53
likes
0
pub points
76%
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

License

unknown (LICENSE)

Dependencies

endless, flutter, rxdart, state_property

More

Packages that depend on paginated_search_bar