- Add an option to change
am
andpm
label - Time is now responsive and stay at center as height grows
- Add an option to adjust wheel magnification
- Make wheel bounce when overscrolling like native iOS scroll physics
- Add an option to customize text style for
hours
,minutes
andseconds
labels - Add an option to change background color of [Dialog]
- added
settings
prop to pass [RouteSettings] to the [PageRouteBuilder]
- added prop to set the sunrise/sunset/dusk timing
- added
showCancelButton
to display the cancel button or not - auto focus next selector bug fixed
- added linting
- Minor bug fix.
- Minor bug fix. IMPORTANT for people using the
iosStyle
.
- Includes breaking changes
- Refactored code to only have one function i.e.
createPicker
.createInlinePicker
is now deprecated.
- Added support to
second
input as well - Renamed prop
disableAutoFocusMinuteAfterHour
todisableAutoFocusToNextInput
to work withsecond
input as well
- Added prop
width
andheight
for the picker - Added prop
disableAutoFocusMinuteAfterHour
to disable autofocus to minute after hour is selected
- Fixed where toggling AM/PM was not triggering the onChange
- Added option to hide buttons
- Fixed issue where newly selected time does not update UI
- Added prop
wheelHeight
(only forcreateInlinePicker
) - Fixed typo in README
- Added prop
cancelButtonStyle
- Added prop
buttonsSpacing
- Added optional
onCancel
parameter as a callback for the Cancel button
- Added Support for Flutter 3.0
- Added ButtonStyle for
createInlinePicker
andshowPicker
- Fixed an issue with the ios style picker
- Fixed overflow issue on smaller devices
- added Bool
ltrMode = true
for ltrModefalse = rtl
on Displaying the TextDirection - fixed issue where 24HrFormat is not used with iOS Styled Picker
- Fixed import
- Refactored
- Separate
TextStyle
forok
andcancel
text. - Remove adding
.toUpperCase()
took
andcancel
text. - Bug fixes
- Refactoring
- Added
TextStyle
prop for ok/cancel button.
- Added Thirty in the
MinuteInterval
enum.
- Workaround fix for
ImageFilter.blur
.
- Added prop to auto focus minute picker.
- Added prop to control Dialog padding.
- Null safety!
- Fixed text scale factor.
- Fixed return data on navigator pop()
- Changed FlatButton to TextButton.
- Added option to return value for inline widget on every onValueChange.
- Added option to hide sun/moon animation header.
- Added
themeData
property. - Minor performance fixes.
- Other bug fixes.
- Added time picker range.
- Added minute interval.
- Enable/disable hour or minute.
- Added option to render as inline widget.
- Other bug fixes.
- Update img src in readme. Yeah twice, coz I am stupid.
- Update img src in readme. Yeah twice, coz I am stupid.
- Update img src in readme
- Added IOS style picker
- Displacement issue fix for Sun and Moon assets
- Added optional
unselectedColor
for options
- Updated Documentation
- Added optional callback to return data in DateTime.
- Added other bunch of parameters to customize the picker
- Barrier color.
- Typo.
- Minor patches.
- Added more blur customization.
- Minor optimizations.
- Minor changes related to example project.
- Initial release.