CacheScanner class
Scans for Flutter projects and cache targets.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
-
scan(
{required List< String> priorityRoots, bool includeDefaults = false, bool includeOptional = false, bool includeGlobal = false, int maxDepth = 0}) → Future<ScanResult> -
Scans for projects and caches in the specified roots.
priorityRootsare user-specified roots (scanned first).includeDefaultswhether to include default scan roots.includeOptionalwhether to include optional project targets.includeGlobalwhether to include global cache targets.maxDepthlimits recursion depth (0 = unlimited).