FlutterExKit class

A singleton utility class that provides commonly used constants and configurations.

This class ensures a single instance throughout the application lifecycle. It includes logging configurations, UI-related properties, and utility values.

Constructors

FlutterExKit()
Factory constructor that returns the single instance of FlutterExKit.
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
imageLoader → Color
The default color used for image loaders.
no setter
logEmoji → String
A log emoji used for debugging messages.
no setter
logEmojiDown → String
A secondary log emoji used for emphasizing logs.
no setter
logEnable → bool
Determines whether logging is enabled.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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