multi_dropdown 1.0.7 multi_dropdown: ^1.0.7 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.