PathFinderImpl class

Implementation of PathFinder that uses standard Flutter project structure and file search.

Inheritance

Constructors

PathFinderImpl(Directory root)
Default constructor.

Properties

hashCode → int
The hash code for this object.
no setterinherited
root → Directory
The root directory of the project.
final
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.
override
getManifest() → File?
Attempts to locate the AndroidManifest.xml actually used by the app. Returns null if it cannot be determined reliably.
override
getPubspec() → File?
Returns the pubspec.yaml file if it exists.
override
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