PubInteraction class abstract

helper class for interactions with pub

Constructors

PubInteraction()

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 Properties

pubCacheDir String
gets the pub cache directory
no setter

Static Methods

getPackagePathInCache(String packageName, String version) String
returns the cache path of a package with the given packageName and version
installPackageToCache(String packageName, String version, {StdoutSession? stdoutSession}) Future<String>
installs a package to the pub cache and returns the path to it throws RunDartError on failure
removePackageFromCache(String packageName, String version) Future<bool>
runPubGet(String packageDirectory, {StdoutSession? stdoutSession}) Future
runs pub get in the given packageDirectory depending or the package either dart or flutter is executed