bottom_picker 1.6.0
bottom_picker: ^1.6.0 copied to clipboard
A new flutter package that let you create a bottom item picker or date & time picker with minmum parameters
[1.6.0] - 12/02/2022 #
- Update padding rendering in bottom picker widget
- Add button alignement parameter
- enhanced coding style
- bug fixes
[1.5.0] - 01/19/2022 #
- Add close icon color parameter
- Add close icon display parameter
- Add different layout orientation options (LTR, RTL)
[1.4.0] - 23/12/2021 #
- Add picker text style attribute
- Add date format order parameter
- Add item extent parameter
[1.1.0] - 20/11/2021 #
- Add background color parameter
- Enhanced rendering performance
- Bug fixes
[1.0.6] - 20/11/2021 #
- Bug fixes
[1.0.5] - 13/11/2021 #
- Enhanced tablet view
- remove uneccessary parameters in datetime constructors
[1.0.4] - 06/11/2021 #
- Add selected index parameter
[1.0.3] - 22/10/2021 #
- Fix bugs
- Add customization support to confirm button
[1.0.2] - 27/08/2021 #
- Fix bottom picker drag bug
[1.0.1] - 15/01/2021 #
- Fix onSubmit return value bug
[1.0.0] - 08/01/2021 #
- Simple list item picker
- Date picker with max and min dates configuration
- Time picker with 12h/24h time format
- Date and time picker
- Multiple built-in themes
- Customized button theme with custom colors
- On item change / On submit and On close callback handlers