DependencyRepository class abstract
- Implementers
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
-
getAllDependencies(
) → Future< Set< String> > - Retorna todas as dependências listadas em pubspec.yaml (incluindo dev_dependencies).
-
getUsedDependencies(
) → Future< Set< String> > - Retorna o conjunto de pacotes efetivamente usados nos arquivos .dart do projeto.
-
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
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited