dependencies library

Classes

DependenciesOptions
Class representing the available options for analyzing Dart dependencies.
FileSelection
Utility class for selecting Dart files within a project, with support for ignoring specified paths.
ProcessDependencies
Processes Dart file dependencies inside a project and outputs results in text, JSON, or YAML formats according to user options.
ReferenceCode
A class that processes Dart source files to extract code references like classes, enums, mixins, and typedefs. It also prepares a cleaned version of the code (without comments or strings) for analysis.
UsageList
Represents a list of usage relationships between two ReferenceCode instances.