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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
40
likes
150
points
2.79k
downloads

Publisher

verified publishermdikcinar.dev

Weekly Downloads

2024.05.30 - 2025.04.24

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

async, flutter

More

Packages that depend on searchable_paginated_dropdown