wwdropdown 1.0.1
wwdropdown: ^1.0.1 copied to clipboard
customizable dropdown with API pagination and search. Supports lazy loading, debounced API calls, and dynamic filtering for efficient handling of large datasets. Fully customizable UI and behaviors
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wwdropdownThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wwdropdown: ^1.0.1Alternatively, 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:wwdropdown/wwdropdown.dart';