searchable_paginated_dropdown 1.3.0 copy "searchable_paginated_dropdown: ^1.3.0" to clipboard
searchable_paginated_dropdown: ^1.3.0 copied to clipboard

Flutter searchable dropdown widget which can be used also with paginated requests.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add searchable_paginated_dropdown

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

dependencies:
  searchable_paginated_dropdown: ^1.3.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:searchable_paginated_dropdown/searchable_paginated_dropdown.dart';
27
likes
130
pub points
91%
popularity

Publisher

verified publishermdikcinar.dev

Flutter searchable dropdown widget which can be used also with paginated requests.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, flutter

More

Packages that depend on searchable_paginated_dropdown