omni_datetime_picker 1.0.0
omni_datetime_picker: ^1.0.0 copied to clipboard
A datetime picker package with option to use a single datetime picker or a datetime range picker.
1.0.0 #
- Breaking: Styling fields (colors, text style), Theme widget can be used to have a more consistent design
- Breaking: borderRadius now requires a BorderRadiusGeometry instead of double for more control over the look (borderRadius won't have effect if useMaterial3 is true)
- Add: Preserve state when switching tabs using OmniDateTimeRangePicker
- Add: Constraints can now be passed to limit the size, else a preferred default value will be used
- Add: Expose selectableDayPredicate to let user disable certain day
- Add: transitionBuilder & transitionDuration field to customize animation of dialog
- Fix: AM PM offset not aligned correctly in mobile
0.2.0+1 #
- Fixed Changelog mistake
0.2.0 #
- Flutter 2.10 and above is required
- Fixed borderRadius issue in OmniDateTimePicker
- Support for Material3, just set useMaterial3 in your app's theme and it will work.
- Readme update (Overhaul planned)
0.1.4 #
- Use drag scroll on web (same behavior as mobile)
- Removed scrollbar on web
0.1.3 #
- Use Custom TabView
- Expose minutesInterval and localize am-pm
0.1.2 #
- Tweak UI spacing
- Updated documents
0.1.1 #
- Added type to only use Date without Time
0.1.0 #
- Enables backward compatibility with Flutter versions prior to v3.0 by using ambiguate
0.0.9 #
- Fixed for Flutter 3.0
- Fixed overflow when opening
0.0.8 #
Removed unused properties.
0.0.7 #
Fixed overflow issue on smaller device.
0.0.6 #
Fixed breaking error from 0.0.5.
0.0.5+1 #
Updated README typo
0.0.5 #
Replace hardcoded text values by localized defaults
0.0.4+1 #
Updated homepage and repository link
0.0.4 #
Fixed time spinner alignment issue.
0.0.3+1 #
Fixed bug where TimeSpinner is not showing passed startDateTime
0.0.3 #
Fixed bug where initial DateTime not being used.
0.0.2+2 #
Update readme
0.0.2+1 #
Update pubspec.yaml
0.0.2 #
Update pubspec.yaml
0.0.1 #
Initial release.