universal_dropdown 1.0.16
universal_dropdown: ^1.0.16 copied to clipboard
A highly customizable and generic dropdown widget for Flutter supporting single/multi selection, search, and custom item widgets.
Changelog #
All notable changes to this project will be documented in this file.
1.0.16 - 2025-09-02 #
- ScrollController (scrollCtrl) propertyAdded (minor fix)
1.0.15 - 2025-09-02 #
- ScrollController (scrollCtrl) propertyAdded
1.0.14 - 2025-09-02 #
- custom handle scroll fucntion added for list pagination(minor fix)
1.0.13 - 2025-09-02 #
- custom handle scroll fucntion added for list pagination(minor fix)
1.0.12 - 2025-09-02 #
- custom handle scroll fucntion added for list pagination
1.0.11 - 2025-08-25 #
- minor fixation
1.0.10 - 2025-08-25 #
- scrollistener added to openBottomSheet
1.0.9 - 2025-08-25 #
- scrollcontroller managed internally
1.0.8 - 2025-08-20 #
- draggable handle panel Background color property added
1.0.7 - 2025-08-19 #
- Make Compatiable for Dart SDK Version 3.0.0 and Upper
1.0.6 - 2025-08-19 #
- bottomsheet full screen fixed
1.0.5 - 2025-08-19 #
- static list search issue fixed
- search focus issue fixed
- search bar widget segregated
1.0.3 - 2025-08-13 #
Fixed #
- CheckBox Update issue
- Bottomsheet dialog issue
- Fixed the issue of the button not being able to be clicked in the dialog
1.0.2 - 2025-08-12 #
Added #
- Initial release of
universal_dropdownpackage. - Support for single and multi-select dropdowns.
- Optional checkboxes for multi-select mode.
- Searchable dropdown list with live filtering.
- Custom item widget support for flexible item rendering.
- Custom chip builder for selected items.
- Dropdown display modes: inline overlay or bottom sheet.
- Pagination support with optional asynchronous item fetching.
- Dropdown positioning with overlay and proper handling of outside taps.
- Smooth scrolling with automatic loading of additional pages.
- API-driven example for integration with remote data sources.
- Full example demo page demonstrating all use cases.
- Comprehensive unit widget tests covering main functionalities.
- Detailed README with installation, usage, and API reference.
Fixed #
- Proper overlay dismissal on outside tap.
- Scroll listener optimized to avoid multiple page fetches.
- Assertion to ensure either items or itemFetcher is provided, but not both.
1.0.1 - 2025-08-12 #
- Added Description in pubspec .yaml file
1.0.0 - 2025-08-12 #
Added #
- Initial release of
universal_dropdownFlutter package. - Supports single and multiple selection modes.
- Searchable dropdown list feature.
- Customizable item widgets and chips.
- API-driven dropdown example with Dio integration.
- Basic usage and advanced usage examples included.
- Screenshot and GIF demo placeholders in README.
Fixed #
- N/A
Changed #
- N/A