VersionsSynchronizer class

Class that help match the package dependencies versions from _versionsFile yaml file and override it to the other yaml file.

NOTE: This class only work for yaml file.

Constructors

VersionsSynchronizer(Stdout _stdout, File _versionsFile)
const

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

map2Lines(String key, int startIndent, int lineIndex, YamlMap map) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
syncTo(File pubspecFile) → void
Match the package dependencies versions from _versionsFile and override it the pubspecFile.
toString() String
A string representation of this object.
inherited

Operators

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