CacheScanner class

Scans for Flutter projects and cache targets.

Constructors

CacheScanner()

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. priorityRoots are user-specified roots (scanned first). includeDefaults whether to include default scan roots. includeOptional whether to include optional project targets. includeGlobal whether to include global cache targets. maxDepth limits recursion depth (0 = unlimited).