FlutterProject class

Constructors

FlutterProject(String rootPath)

Properties

androidManifestPath String
no setter
hashCode int
The hash code for this object.
no setterinherited
iosAppDelegatePath String
no setter
iosPlistPath String
no setter
pubspecPath String
no setter
rootPath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

findMainActivity() MainActivityInfo
Finds MainActivity (Kotlin or Java) inside the project directory structure. Throws CodeInjectionException if not found.
getAndroidPackageName() String
Extracts the Android package name (applicationId/namespace) from Manifest, MainActivity file, or app level build.gradle.
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