pagination_dropdown_list 0.2.0 copy "pagination_dropdown_list: ^0.2.0" to clipboard
pagination_dropdown_list: ^0.2.0 copied to clipboard

flutter drop down list with paganation that enable you to fectch data while scrolling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pagination_dropdown_list

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

dependencies:
  pagination_dropdown_list: ^0.2.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:pagination_dropdown_list/pagination_dropdown_list.dart';
1
likes
150
points
171
downloads

Publisher

unverified uploader

Weekly Downloads

flutter drop down list with paganation that enable you to fectch data while scrolling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pagination_dropdown_list