iterable_dropdown 2.0.1
iterable_dropdown: ^2.0.1 copied to clipboard
A Flutter dropdown that works on iterable instead of lists. It also has multi select functionality
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.