AndroidSplashGenerator class

Generates Android splash screen assets and configurations based on provided settings.

This class handles copying splash images, branding images, and animations to the appropriate Android resource directories, and patches XML configuration files (colors.xml, styles.xml, and AndroidManifest.xml) to apply the splash screen settings.

Constructors

AndroidSplashGenerator()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

generate(SplashConfig config) → void
Generates the Android splash screen assets and configurations.