AndroidManifestEditor class

Constructors

AndroidManifestEditor()

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

addScheme(String xmlContent, String scheme) String
Injects a custom URL scheme intent-filter into AndroidManifest.xml. Returns the updated XML content. Idempotent.
Enables App Links for specified domains by adding/updating an autoVerify intent-filter. Returns the updated XML content.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeScheme(String xmlContent, String scheme) String
Removes a custom URL scheme intent-filter from AndroidManifest.xml. Returns the updated XML content.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

androidNamespace → const String