cupertino_calendar_picker 1.1.2
cupertino_calendar_picker: ^1.1.2 copied to clipboard
The package contains an iOS-style calendar picker with the capability to display it around your widget.
1.1.2 #
- The
CalendarDismissBehaviorenum was added to specify different dismiss behaviors. - The
onDateSelectedparameter was added. - The
showCupertinoCalendarPickerfunction now returns aDateTime. - Fixed an issue where the calendar closed without animation when the Android back button was tapped. (Thanks to @JCKodel)
1.1.1 #
- Fixed an issue where
safeAreatop wasn't considered in the position calculation. - Fixed an issue where
CalendarContainerDecorationwasn't applied to the calendar.
1.1.0 #
- Updates to the
CupertinoCalendarPickerposition calculation:- The calendar will be downscaled if it doesn't fit on a screen.
safeAreais now considered in the calculation.verticalSpacingis now considered in the calculation.- Available space calculation fixes.
- New parameters added to the
showCupertinoCalendarPicker:verticalSpacingto set the minimum space between the edge of the screen and the calendar.barrierColorfor the overlay background color.
- Updates to the
CalendarContainerDecorationclass:- Default
boxShadowhas been updated. CalendarBackgroundTypeenum added withplainColorandtransparentAndBluredvalues.
- Default
- Other improvements:
- The
innerAlignmentof the calendar is alwaystopCenternow. - The selected day will remain after the month/year wheel value change.
- The
1.0.3 #
cupertino_iconsdependency addedwidgetRenderBoxis required nowpubspecscreenshots update
1.0.2 #
- Decoration classes updated (copyWith, documentation)
pubspecupdate
1.0.1 #
- README fix
pubspecupdate
1.0.0 #
- The cupertino calendar package release.
