PathFinder class abstract

Abstract base class for locating project files.

Implementers

Constructors

PathFinder()

Properties

hashCode int
The hash code for this object.
no setterinherited
root Directory
The root directory of the project.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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 start directory to find the project root (containing pubspec.yaml).