multi_dropdown 2.0.1
multi_dropdown: ^2.0.1 copied to clipboard
A Flutter widget that allows the user to select one or more options from a list, and displays the selected options as chips. The use can also fetch options from a remote source.
1.0.0 #
- Initial release.
1.0.1 #
- Updated screenshots.
1.0.2 #
- Added example.
1.0.3 #
- Added new constructor that supports fetching the data from a URL.
1.0.4 #
- Added support for dropdown field padding, border color, border width, and border radius.
- Fixed onOptionsSelected callback not being called.
- Added toString/JsonSerialization/Equality/Hash methods to ValueItem class.
1.0.5 #
- Fixed onOptionsSelected callback not being called when deleting the chip item.
- Fixed issue causing overlay exception.
1.0.6 #
- Fixed selected option text color not being applied.
1.0.7 #
- Added custom border radius in dropdown.
1.0.8 #
- Updated dropdown to detect available space and show the dropdown above or below the field.
1.0.9 #
- Added clear button to dropdown field.
- Added support focus on dropdown field.
2.0.0-dev.1 #
- Added support for controller.
- Use controller to get/set selected options, disabled options, options, and enabled options.
- Use controller to clear selected options, show/hide dropdown.
- Added support for focusnode, use focusnode to focus/unfocus the dropdown field programmatically.
2.0.0-dev.2 #
- Fixed issue where chips were not being cleared when controller not set.
2.0.0-dev.3 #
- Fixed issue where selecting an option after passing initial options would not work.
2.0.0 #
- Stable release.
2.0.1 #
- Added maxItems property to dropdown field. If max items is set, the dropdown field will not allow more than the specified number of items to be selected.
- Upgraded http dependency to 1.0.0.