dropdown_plus_plus 0.1.1 dropdown_plus_plus: ^0.1.1 copied to clipboard
Simple and easy to use Dropdown in forms with search, keyboard navigation, offiline data source, remote data source and easy customization.
0.1.1 #
- Added current value to onEmptyActionPressed function (Thanks to @djhemath0)
- Bump Dart constraint
- Added a check before updating the selected option (previously used to throw out of range exception)
0.1.0+3 #
- Update dependencies to latest release.
0.1.0+2 #
- Update Images in ReadMe
0.1.0+1 #
- Update ReadMe
- Update examples
0.1.0 #
- Upgrade dependencies
- Make dropdown height dynamic
- Ability to add separator between the dropdown items
- More customisations and minor fixes
0.0.8 #
- Fixed onSave issue.
0.0.8 #
- DropdownEditingController added.
0.0.7 #
- Bug Fixes.
0.0.6 #
- selectedFn added.
0.0.5 #
- Widget name Change to DropdownFormField.
0.0.4 #
- Bug fix value change.
0.0.3 #
- Documentation updated.
0.0.2 #
- Bug fix release.
0.0.1 #
- First release.