PathFinderImpl class
Implementation of PathFinder that uses standard Flutter project structure and file search.
- Inheritance
-
- Object
- PathFinder
- PathFinderImpl
Constructors
- PathFinderImpl(Directory root)
- Default constructor.
Properties
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