Entrypoint class

Constructors

Entrypoint(Directory? workdir)

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

containsPubspec() Future<bool>
getDirsOfPackages() Iterable<Directory>
getPackages() List<Package>
incrementAllMajor() Future<void>
incrementAllMinor() Future<void>
incrementAllPatch() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publishPackage(Package package) Future<void>
syncPackagesByMax() Future<void>
toString() String
A string representation of this object.
inherited
updateReadmeCoreVersion({required Package package, required Version version}) Future<void>
Updates installation guides with new version.

Operators

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