PathFinder class abstract
Abstract base class for locating project files.
- Implementers
Constructors
Properties
Methods
-
getInfoPlist(
) → File? - Attempts to locate the Info.plist used by iOS builds. Returns null if it cannot be determined reliably.
-
getManifest(
) → File? - Attempts to locate the AndroidManifest.xml actually used by the app. Returns null if it cannot be determined reliably.
-
getPubspec(
) → File? - Returns the pubspec.yaml file if it exists.
-
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
-
findRootDirectory(
Directory start) → Directory? -
Recursively searches up from
startdirectory to find the project root (containing pubspec.yaml).