MethodChannelJitFlutterAppHelper class

An implementation of JitFlutterAppHelperPlatform that uses method channels.

Inheritance

Properties

Date List<int>
getter/setter pair
Day Map<int, String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
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