WhiteLabelService class
Constructors
- WhiteLabelService({required String projectDir, required ConfigService config})
Properties
- config → ConfigService
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- projectDir → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
applyClientFonts(
String clientAssetsPath) → Future< void> - Swaps system fonts for client fonts and updates pubspec configuration.
-
cleanAndroidIconCache(
) → Future< void> - Fixes a specific Android adaptive icon bug.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patchIosSplash(
String appName) → Future< void> - Handles the iOS LaunchScreen.storyboard renaming to avoid cache issues.
-
renameOutput(
{required String clientName, required String version, required String type}) → Future< File> - Renames the final .apk or .aab to include client name and version.
-
syncBrandingAssets(
String clientName, String sourcePath) → Future< void> - Moves client-specific branding images into the active assets folder.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited