HelperUtils class

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

getFlavorNameFromFileName(String fileName) → String
Extracts the flavor name from a valid flavor config filename
isValidFlavorConfigFileName(String fileName) → bool
Checks if a given filename matches the flutter native splash flavor config pattern The pattern is: flutter_native_splash-*.yaml where * is the flavor name
validateFlavorArgs({required String? flavorArg, required String? flavorsArg, required bool? allFlavorsArg}) → void
Validate the flavor arguments