direct_select_flutter 1.1.1
direct_select_flutter: ^1.1.1 copied to clipboard
Direct Select Widget Implementation inspired by https://dribbble.com/shots/3876250-DirectSelect-Dropdown-ux
1.1.0 2021.03.10 #
- Migrate to null safety
1.0.7 2020.12.02 #
- Remove redundant dependencies
- Update dart docs
1.0.6 2020.05.05 #
- Fix update of selected item
1.0.5+1 2020.04.27 #
- Update dependencies to latest version
- Fix spelling
- Get rid of deprecated method call 'inheritFromWidgetOfExactType'
1.0.5 2019.10.18 #
- Throw exception if dsl not extends dsl listener
- Add listener to notify that user must hold instead of just tap
- Add optional decoration param to DSL Container
1.0.4 2019.07.08 #
- Choice screen color can be set up using theme
1.0.3 2019.05.31 #
- Improve code formatting, fixed immutable issues.
- Improve documentation
1.0.2 2019.03.20 #
- Horizontal scroll problem fix
- Scale down small overlay problem resolved
1.0.0 2019.03.13 #
- Initial Open Source release.