multiselect 0.1.1 multiselect: ^0.1.1 copied to clipboard
A simple multiselect dropdown. It provide a concise way to create a Multi Selct ComboBox/SelectBox
0.1.1 #
- Upgraded sdk contraints to 3.3.0 > 4.0.0
- add separator as a parameter to be used to separate selected values
0.1.0 #
- Fixed an issue where sometimes selected values were being hidden
0.0.9 #
- Added generic type support
0.0.8 #
- Upgraded states_rebuilder dependency to 6.2.0 to resolve flutter incompatibility
0.0.7 #
- tapping does not close the popup now
0.0.6 #
- depreceating when empty in favor of hint widget
- accepting hint TextStyle
- isDense is true by default
- removed height bound
- accepting icon as a parameter
0.0.5 #
- Updated dependencies
0.0.4 #
- Updated package description
- formatted multiselect.dart
0.0.3 #
- Matching version number in pub with github
0.0.2 #
- Updated README.md
0.0.1 #
- The first implementation of a multiselect