JitFlutterAppHelperWeb class

A web implementation of the JitFlutterAppHelperPlatform of the JitFlutterAppHelper plugin.

Inheritance

Constructors

JitFlutterAppHelperWeb.new()
Constructs a JitFlutterAppHelperWeb

Properties

Date List<int>
Returns a String containing the version of the platform.
getter/setter pair
Day Map<int, String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Month Map<int, String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculateWeekNumber(dynamic date) int
formatDayDDMMMMYYYY(dynamic date) String
override
formatDayDDMMMYYYYHHMM(dynamic date) String
override
formatDayDDMMYYYYWithDashes(dynamic date) String
override
formatDayMMDDYYYYWithDashes(dynamic date) String
override
formatDayMMDDYYYYWithSlashes(dynamic date) String
override
formatDayMMMMDDYYYY(dynamic date) String
override
formatDDMMMMYYYY(dynamic date) String
override
formatDDMMMYYYY(dynamic date) String
override
formatDDMMYYYY(dynamic date) String
override
formatDDMMYYYYHHMMAMPM(dynamic date) String
override
formatDDMMYYYYWithDots(dynamic date) String
override
formatDDMMYYYYWithSlashes(dynamic date) String
override
formatDDMonthYY(dynamic date) String
override
formatMMDDYYYY(dynamic date) String
override
formatMMDDYYYYHHMM(dynamic date) String
override
formatMMDDYYYYWithDots(dynamic date) String
override
formatMMDDYYYYWithSlashes(dynamic date) String
override
formatMMMDDYYYY(dynamic date) String
override
formatMMMMDDYYYY(dynamic date) String
override
formatMonthYYYY(dynamic date) String
override
formatWeekNumberYYYY(dynamic date) String
override
formatYYMMDD(dynamic date) String
override
formatYYYYMMDD(dynamic date) String
override
formatYYYYMMDDHHMMSS(dynamic date) String
override
formatYYYYMMDDWithDots(dynamic date) String
override
formatYYYYMMDDWithSlashes(dynamic date) String
override
formatYYYYMMMDD(dynamic date) String
override
formatYYYYMMMMDD(dynamic date) String
override
formatYYYYQuarter(dynamic date) String
override
fullTime12Hour(dynamic time) String
override
fullTime24Hour(dynamic time) String
override
helper1(String date) → void
helper2(String date) DateTime
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
time12Hour(dynamic time) String
override
time24Hour(dynamic time) String
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith(Registrar registrar) → void