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
WWDropdown #
A Flutter package for an advanced dropdown widget with support for API-driven item loading, search functionality, single or multi-select, and keyboard navigation.
This package provides a customizable dropdown with an overlay that can load items from an API, allowing for seamless selection of items, including the ability to search and navigate using the keyboard.
Features #
- API Integration: Fetch items from an API with pagination support.
- Search: Built-in search functionality with debounce support.
- Single/Multi-select: Option to select a single item or multiple items from the dropdown.
- Keyboard Navigation: Navigate the dropdown items using the keyboard (Arrow keys).
- Customizable UI: Fully customizable text styles, decorations, and padding.
- Overlay: Dropdown appears as an overlay for better UX.
Installation #
Add this package to your pubspec.yaml file:
dependencies:
wwdropdown: ^1.0.0