horizontal_calendar_plus library
Classes
- CardContentView
- A class representing the content design for each card in the horizontal calendar.
- CorePlus
- Abstract class providing core methods for date manipulation and display in the horizontal calendar.
- HorizontalCalendarPlus
- A customizable horizontal calendar widget that displays a range of dates with customizable formatting options, colors, and layouts.
- PackageCore
- The core class for handling date-related formatting and localization in a horizontal calendar. This class extends CorePlus and manages date calculations and language-specific formatting.
Enums
- CalenderDateFormate
-
Enum representing various date formats to be used in the calendar.
Each format provides a different skeleton string, which can be used with
intlto generate formatted date strings.DateFormatto generate formatted date strings. - Changelanguage
- Enum for selecting a language to display in the calendar.
- DesignTypeCalender
- Enum representing the design type of the calendar.
Properties
-
banglaNumbers
↔ Map<
int, String> -
A map of Bengali numbers to their numeric equivalents.
getter/setter pair
-
banglaToEnglishShortMonthMap
↔ Map<
String, String> -
A map of Bengali short month names to their English equivalents.
getter/setter pair
-
banglaToEnglishShortWeekMap
↔ Map<
String, String> -
A map of Bengali short weekday names to their English equivalents.
getter/setter pair
-
hindiNumbers
↔ Map<
int, String> -
getter/setter pair
-
hindiToEnglishShortMonthMap
↔ Map<
String, String> -
A map of Hindi short month names to their English equivalents.
getter/setter pair
-
hindiToEnglishShortWeekMap
↔ Map<
String, String> -
A map of Hindi short weekday names to their English equivalents.
getter/setter pair
-
nepaliNumbers
↔ Map<
int, String> -
getter/setter pair
-
nepaliToEnglishShortMonthMap
↔ Map<
String, String> -
A map of Nepali short month names to their English equivalents.
getter/setter pair
-
nepaliToEnglishShortWeekMap
↔ Map<
String, String> -
A map of Nepali short weekday names to their English equivalents.
getter/setter pair