WindowsIconGenerator class
Methods
-
createIcons(Map<String, dynamic> config, String? flavor)
→ void
-
Create all icons for the current platform based on
the contents of
config
and the flavor
.
override
-
inConfig(Map<String, dynamic> config)
→ bool
-
Returns whether the current platform is
in the given configuration data.
inherited
-
isConfigValid(Map<String, dynamic> config)
→ String?
-
Check whether the given configuration is valid.
If the configuration is valid, returns null.
Otherwise, returns a description of the reason
the configuration is invalid.
This should always return null if
!inConfig(config)
.
inherited
-
logWarnings(Map<String, dynamic> config, {IOSink? out})
→ bool
-
Logs warnings associated with a valid
config
.
Returns false
if the current platform must be skipped but
icons can still be generated for other platforms.
Returns true
if icons can be generated for the current platform.
Logs warnings to out
.
When called, inConfig(config)
and isConfigValid(config) != null
are assumed to hold.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited