IosManager class
- Implemented types
Constructors
- IosManager.new(Directory iosDirectory)
Properties
- buildSettings ↔ BuildSettingsInterface
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosDirectory → Directory
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAppName(
) → Future< String> -
Method to get the current app name (product name)
override
-
getBundleId(
) → Future< Map< String, dynamic> > -
Method to get the current Bundle ID
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateAppName(
String appName) → Future< void> -
Method to update the app name (product name)
override
-
updateBundleId(
String bundleId, String buildConfig) → Future< void> -
Method to update the Bundle ID for the given build config
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited