direct_select 2.0.0 direct_select: ^2.0.0 copied to clipboard
This package allows you to scroll/select the value directly from the dropdown with less effort and time.
[2.0.0] #
- Null safety support. Thanks @cerberodev.
[1.1.0] #
- Added support for back button.
- Split source code file into separate parts.
- A couple of null bug fixes.
[1.0.3] #
mode
was added, you can choose betweenDirectSelectMode.drag
andDirectSelectMode.tap
, drag is selected by default. Thanks Noor Dawod for the contribution.
[1.0.2 - 1.0.2+1] #
backgroundColor
was added.
[1.0.1] #
- Fixed issue when scroll is not listening.
- Sample updated.
[1.0.0] #
- First version