ShadcnLocalizations class abstract
- Implementers
Constructors
- ShadcnLocalizations()
-
const
Properties
- abbreviatedApril → String
-
no setter
- abbreviatedAugust → String
-
no setter
- abbreviatedDecember → String
-
no setter
- abbreviatedFebruary → String
-
no setter
- abbreviatedFriday → String
-
no setter
- abbreviatedJanuary → String
-
no setter
- abbreviatedJuly → String
-
no setter
- abbreviatedJune → String
-
no setter
- abbreviatedMarch → String
-
no setter
- abbreviatedMay → String
-
no setter
- abbreviatedMonday → String
-
no setter
- abbreviatedNovember → String
-
no setter
- abbreviatedOctober → String
-
no setter
- abbreviatedSaturday → String
-
no setter
- abbreviatedSeptember → String
-
no setter
- abbreviatedSunday → String
-
no setter
- abbreviatedThursday → String
-
no setter
- abbreviatedTuesday → String
-
no setter
- abbreviatedWednesday → String
-
no setter
-
no setter
-
no setter
-
no setter
-
no setter
-
no setter
-
no setter
-
no setter
- colorAlpha → String
-
no setter
- colorBlue → String
-
no setter
- colorGreen → String
-
no setter
- colorHue → String
-
no setter
- colorLightness → String
-
no setter
- colorPickerTabHSL → String
-
no setter
- colorPickerTabHSV → String
-
no setter
- colorPickerTabRecent → String
-
no setter
- colorPickerTabRGB → String
-
no setter
- colorRed → String
-
no setter
- colorSaturation → String
-
no setter
- colorValue → String
-
no setter
- commandEmpty → String
-
no setter
- commandSearch → String
-
no setter
- datePickerSelectYear → String
-
no setter
- emptyCountryList → String
-
no setter
- formNotEmpty → String
-
no setter
- formPasswordDigits → String
-
no setter
- formPasswordLowercase → String
-
no setter
- formPasswordSpecial → String
-
no setter
- formPasswordUppercase → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- invalidEmail → String
-
no setter
- invalidURL → String
-
no setter
- invalidValue → String
-
no setter
-
localizedMimeTypes
→ Map<
String, String> -
no setter
-
no setter
-
no setter
-
no setter
-
no setter
-
no setter
-
no setter
-
no setter
-
no setter
-
no setter
-
no setter
- monthApril → String
-
no setter
- monthAugust → String
-
no setter
- monthDecember → String
-
no setter
- monthFebruary → String
-
no setter
- monthJanuary → String
-
no setter
- monthJuly → String
-
no setter
- monthJune → String
-
no setter
- monthMarch → String
-
no setter
- monthMay → String
-
no setter
- monthNovember → String
-
no setter
- monthOctober → String
-
no setter
- monthSeptember → String
-
no setter
- placeholderColorPicker → String
-
no setter
- placeholderDatePicker → String
-
no setter
- placeholderTimePicker → String
-
no setter
- refreshTriggerComplete → String
-
no setter
- refreshTriggerPull → String
-
no setter
- refreshTriggerRefreshing → String
-
no setter
- refreshTriggerRelease → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchPlaceholderCountry → String
-
no setter
- timeAM → String
-
no setter
- timeHour → String
-
no setter
- timeMinute → String
-
no setter
- timePM → String
-
no setter
- timeSecond → String
-
no setter
- toastSnippetCopied → String
-
no setter
Methods
-
formatDateTime(
DateTime dateTime, {bool showDate = true, bool showTime = true, bool showSeconds = false, bool use24HourFormat = true}) → String -
formatNumber(
double value) → String -
formatTimeOfDay(
TimeOfDay time, {bool use24HourFormat = true, bool showSeconds = false}) → String -
formBetweenExclusively(
double min, double max) → String -
formBetweenInclusively(
double min, double max) → String -
formGreaterThan(
double value) → String -
formGreaterThanOrEqualTo(
double value) → String -
formLengthGreaterThan(
int value) → String -
formLengthLessThan(
int value) → String -
formLessThan(
double value) → String -
formLessThanOrEqualTo(
double value) → String -
getAbbreviatedMonth(
int month) → String -
getAbbreviatedWeekday(
int weekday) → String -
getColorPickerMode(
ColorPickerMode mode) → String -
getMonth(
int month) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
of(
BuildContext context) → ShadcnLocalizations