DependencyRepositoryImpl class

Implemented types

Constructors

DependencyRepositoryImpl.new(PubspecParser pubspecParser, ProjectAnalyzer projectAnalyzer)

Properties

hashCode int
The hash code for this object.
no setterinherited
projectAnalyzer ProjectAnalyzer
final
pubspecParser PubspecParser
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAllDependencies() Future<Set<String>>
Retorna todas as dependências listadas em pubspec.yaml (incluindo dev_dependencies).
override
getUsedDependencies() Future<Set<String>>
Retorna o conjunto de pacotes efetivamente usados nos arquivos .dart do projeto.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeUnusedDependencies(Set<String> unusedDependencies) Future<void>
Remove as dependências não utilizadas via dart pub remove.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited