iterable_dropdown 2.0.5
iterable_dropdown: ^2.0.5 copied to clipboard
A Flutter dropdown that works on iterable instead of lists. It also has multi select functionality
2.0.5 #
05-12-2025
- Icons to have a corresponding iconSize and iconColor outside the icon definition.
- Fields related to selected items have now been grouped and moved to
selectedItemConfig - More customisations for the selected item chip.
- Control given if you want to show the suffix icon or not for chips, search and the dropdown itself
- Added
deselectWhere()to the controller - The controller can programmatically open or close the dropdown
- Improved documentation
2.0.4+1 #
- Assets and screenshots
2.0.4 #
marginwill no longer be infieldConfig. It will be outside with the rest of the dropdown fields- Default
wrapStylefor the dropdown is notWrapStyle.list - Custom widgets for first and last options of the dropdown. These options won't get filtered by search. These options are also not selectable
2.0.3+1 #
- More dart docs
2.0.3 #
- More UI customisations
2.0.2 #
- Updated
README.md FieldConfigis no longer a required field- Added more dart documentations
2.0.1 #
- Updated examples in
README.mdand the example project
2.0.0 #
- Breaking changes in this version
- Search Field configuration is now clubbed in a field called
searchFieldConfig - Field level configuration are clubbed in a field called
fieldConfig - Search is now optional
- More control over the UI
- Dart version upgraded to 3.9.0
- Updated Example
- Added documentation
1.0.1 #
- Updated the screen recording.
1.0.0 #
- Initial release.