LiquidSoftComponents class

Constructors

LiquidSoftComponents({required bool isDebug, required Widget rootWidget, String? logoLocationLight, String? logoLocationDark, String? errorAdminEmail, String? generalErrorHeader, String? generalPreErrorMessage, String? generalPostErrorMessage, Map<String, String>? httpHeaders, int? httpTimeout, String? httpErrorHeader, String? httpPreErrorMessage, String? httpPostErrorMessage, String? connectivityErrorHeader, String? connectivityErrorMessage})

Properties

connectivityErrorHeader String?
Dialog header for connectivity errors
getter/setter pair
connectivityErrorMessage String?
Dialog body text for connectivity errors
getter/setter pair
errorAdminEmail String?
getter/setter pair
generalErrorHeader String?
Dialog header for general errors
getter/setter pair
generalPostErrorMessage String?
Dialog body text post error body
getter/setter pair
generalPreErrorMessage String?
Dialog body text pre error body
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpErrorHeader String?
Dialog header for http errors
getter/setter pair
httpHeaders Map<String, String>?
headers to be send for every http call
getter/setter pair
httpPostErrorMessage String?
Dialog body text post error code message
getter/setter pair
httpPreErrorMessage String?
Dialog body text pre error code message
getter/setter pair
httpTimeout int?
timeout for each http call There is a getNoTimeoutData method to ignore this setting
getter/setter pair
isDebug bool
is this local development or running in production
getter/setter pair
logoLocationDark String?
location of the logo for use in dark modes
getter/setter pair
logoLocationLight String?
location of the logo to use for light modes
getter/setter pair
rootWidget Widget
The root widget for the application
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initError() → dynamic
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