gradient_timepicker 0.3.1
gradient_timepicker: ^0.3.1 copied to clipboard
A beautiful gradient time picker widget for Flutter with smooth scroll-wheel selection and AM/PM support.
Changelog #
0.3.1 #
- Reworked example app UI (spring animation, fading app bar, gradient overlay)
- No changes to the package API
0.3.0 #
- Added
TimePickerGradient.moonrisepreset — blush lavender AM, slate-charcoal PM - Added
TimePickerGradient.mysticpreset — hazy grey-blue AM, deep slate PM - Added
TimePickerGradient.opalpreset — pale lime-yellow AM, olive-green PM
0.2.1 #
- Internalized
TimePickerSheetwidget — useshowTimePickerSheetto open the picker - Added
buttonTextparameter to customize the confirm button label - Added
gradientparameter withTimePickerGradientpresets for custom color schemes - Animated text color smoothly between AM and PM gradient schemes
0.2.0 #
- Added
use24Hourparameter toshowTimePickerSheetfor 24-hour clock support - 24-hour mode showed hours
00–23and hid the AM/PM wheel
0.1.0+2 #
- Added demo GIF to Showcase section in README
0.1.0+1 #
- Initial release
- Added gradient bottom-sheet time picker with hour, minute, and AM/PM wheel selection
- Animated gradient background transitioned between AM (blue) and PM (dark) colour schemes
- Added
showTimePickerSheetconvenience function that returned the selectedTimeOfDayornullon dismiss - Supported optional
initialTime; defaulted toTimeOfDay.now()