cool_dropdown 2.1.1
cool_dropdown: ^2.1.1 copied to clipboard
Customizable cool dropdown UI You can customize selected item, BoxDecoration of the dropdownBox, and dropdown input.
2.1.1 2024.08.13 #
- add setItemValue function.
- Flutter version upgrade.
2.1.0 2023.04.30 #
- add SelectedItemAlign in dropdownOptions.
- fixed dropdown triangle width, height issue.
2.0.2 2023.04.26 #
- add resetValue method in dropdownController.
2.0.1 2023.04.17 #
- fix ticker import.
2.0.0 2023.04.17 #
- improve performances and apply newer code.
- marquee effects options if the label is overflow.
- new options: resultOptions, dropdownOptions, dropdownItemOptions, dropdownTriangleOptions, dropdownController.
- error handling.
- close, open, and occur error of the dropdown with dropdownController.
- Add dropdown animation type: scale(new), size.
- fix issues.
1.4.2 2022.07.23 #
- null aware fix.
- upgrade android version.
1.4.1 2021.11.14 #
- Add cool datepicker example.
1.4.0 2021.11.08 #
- Change the default dropdownWidth 200 -> based on the resultWidth
- Add new Function to return boolean whether the dropdown open/close. It's called "onOpen"
- Add iconSize for default dropdown arrow icon
1.3.2 2021.09.15 #
- Discard 'key' property, bug fixed: defaultValue doesn't work.
1.3.1 2021.09.14 #
- Add 'key' property.
1.3.0 2021.09.11 #
- Options' names are changed. (dropdown -> result, dropdownBox -> dropdown)
1.2.0 2021.09.05 #
- Bug fixed: When user tap Android back button on pop screen, close the dropdown when it's opened.
1.1.0 2021.09.04 #
- Bug fixed: When user tap Android back button, close the dropdown when it's opened.
1.0.5 2021.09.02 #
- Edit readme.
1.0.4 2021.08.30 #
- Refactorying.
1.0.3 2021.08.29 #
- Edit description.
1.0.2 2021.08.28 #
- Readme image issue on pub.dev.
1.0.1 2021.08.28 #
- Edit path of image readme & description.
1.0.0 2021.08.28 #
- Initial release.