nepali_calendar_axios 1.3.10
nepali_calendar_axios: ^1.3.10 copied to clipboard
A Flutter package for creating and displaying beautiful Nepali calendars.
0.0.1 #
Use the nepali calendar.
0.0.2 #
updated many features
0.0.3 #
added only those date are selected which have null event.
0.0.4 #
update UI
1.0.0 #
Added dynamic check to prevent past date selection if the shouldPreventPastDateSelection flag is enabled.
1.0.0+1 #
update dependencies version.
1.1.1 #
added prefixIcon
1.2.7 #
issue fixed
1.3.8 #
add some decoration parameter and upgrade version
1.3.9 #
- Fixed state bleeding bugs across multiple calendar instances.
- Added visual disabled states and SnackBars for holidays.
- Re-architected Grid builder for stability and added UI empty states.
1.3.10 #
- Added
saturdaySelectflag to allow optional selection of Saturdays. - Improved validation messaging to distinguish between holidays and weekends.
- Updated
CalendarControllerand UI to correctly highlight selected Saturdays when enabled.