PackageTrack
Sign in Get early access

day_night_time_picker

A day night time picker for Flutter. Beautiful day and night animation with Sun and Moon assets.

1.3.1 3.3K downloads/mo #4473 most downloaded on pub.dev subhamayd2/day_night_time_picker

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 9 days to 8 months

Nearly every release is documented

notes for 37 of 37 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

37 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

37 releases · Apr 2020 to Mar 2024
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 37
  1. 1.3.1 31 Mar 2024
    Release notes
    • Add an option to change am and pm 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 and seconds labels
    • Add an option to change background color of [Dialog]
    Open source →
  2. 1.3.0 17 Jun 2023
    Release notes
    • 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
    Open source →
  3. 1.3.0+1 15 Aug 2023
    Release notes
    • added settings prop to pass [RouteSettings] to the [PageRouteBuilder]
    Open source →
  4. 1.2.0 23 Feb 2023
    Release notes
    • 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 to disableAutoFocusToNextInput to work with second input as well
    Open source →
  5. 1.2.0+1 05 Mar 2023
    Release notes
    • Minor bug fix. IMPORTANT for people using the iosStyle.
    Open source →
  6. 1.2.0+2 12 Mar 2023
    Release notes
    • Minor bug fix.
    Open source →
  7. 1.1.6 22 Feb 2023
    Release notes
    • Added prop width and height for the picker
    • Added prop disableAutoFocusMinuteAfterHour to disable autofocus to minute after hour is selected
    Open source →
  8. 1.1.5 14 Jan 2023
    Release notes
    • Fixed where toggling AM/PM was not triggering the onChange
    Open source →
  9. 1.1.4 04 Jan 2023
    Release notes
    • Added option to hide buttons
    • Fixed issue where newly selected time does not update UI
    Open source →
  10. 1.1.3 08 Sep 2022
    Release notes
    • Added prop wheelHeight (only for createInlinePicker)
    • Fixed typo in README
    Open source →
  11. 1.1.2 23 Jun 2022
    Release notes
    • Added prop cancelButtonStyle
    • Added prop buttonsSpacing
    Open source →
  12. 1.1.1 20 Jun 2022
    Release notes
    • Added optional onCancel parameter as a callback for the Cancel button
    Open source →
  13. 1.1.0 20 Jun 2022
    Release notes
    • Added Support for Flutter 3.0
    • Added ButtonStyle for createInlinePicker and showPicker
    • Fixed an issue with the ios style picker
    Open source →
  14. 1.0.5 15 Jan 2022
    Release notes
    • Fixed overflow issue on smaller devices
    • added Bool ltrMode = true for ltrMode false = rtl on Displaying the TextDirection
    • fixed issue where 24HrFormat is not used with iOS Styled Picker
    Open source →
  15. 1.0.4 28 Dec 2021
    Release notes
    • Separate TextStyle for ok and cancel text.
    • Remove adding .toUpperCase() to ok and cancel text.
    • Bug fixes
    • Refactoring
    Open source →
  16. 1.0.4+1 29 Dec 2021
    Release notes
    • Fixed import
    • Refactored
    Open source →
  17. 1.0.3+1 28 Jul 2021
    Release notes
    • Added TextStyle prop for ok/cancel button.
    Open source →
  18. 1.0.2 03 May 2021
    Release notes
    • Workaround fix for ImageFilter.blur.
    Open source →
  19. 1.0.1 11 Mar 2021
    Release notes
    • Added prop to control Dialog padding.
    Open source →
  20. 1.0.1+1 19 Apr 2021
    Release notes
    • Added prop to auto focus minute picker.
    Open source →
  21. 1.0.0 11 Mar 2021
    Release notes
    • Null safety!
    • Fixed text scale factor.
    • Fixed return data on navigator pop()
    • Changed FlatButton to TextButton.
    Open source →
  22. 0.5.0 13 Feb 2021
    Release notes
    • 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.
    Open source →
  23. 0.4.0 21 Nov 2020
    Release notes
    • Added time picker range.
    • Added minute interval.
    • Enable/disable hour or minute.
    • Added option to render as inline widget.
    • Other bug fixes.
    Open source →
  24. 0.3.0 08 Oct 2020
    Release notes
    • Added IOS style picker
    Open source →
  25. 0.3.0+1 08 Oct 2020
    Release notes
    • Update img src in readme
    Open source →
  26. 0.3.0+2 08 Oct 2020
    Release notes
    • Update img src in readme. Yeah twice, coz I am stupid.
    Open source →
  27. 0.2.1 11 Aug 2020
    Release notes
    • Added optional unselectedColor for options
    Open source →
  28. 0.2.1+1 08 Oct 2020
    Release notes
    • Displacement issue fix for Sun and Moon assets
    Open source →
  29. 0.2.0 31 Jul 2020
    Release notes
    • Added optional callback to return data in DateTime.
    • Added other bunch of parameters to customize the picker
    Open source →
  30. 0.2.0+1 31 Jul 2020
    Release notes
    • Updated Documentation
    Open source →
  31. 0.1.3 16 Apr 2020
    Release notes
    • Added more blur customization.
    Open source →
  32. 0.1.3+1 16 Apr 2020
    Release notes
    • Minor patches.
    Open source →
  33. 0.1.3+2 16 Apr 2020
    Release notes
    • Typo.
    Open source →
  34. 0.1.3+3 17 Apr 2020
    Release notes
    • Barrier color.
    Open source →
  35. 0.1.2 16 Apr 2020
    Release notes
    • Minor optimizations.
    Open source →
  36. 0.1.1 03 Apr 2020
    Release notes
    • Minor changes related to example project.
    Open source →
  37. 0.1.0 03 Apr 2020
    Release notes
    • Initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive