Entrypoint class

Constructors

Entrypoint(Directory? workdir, {bool useFvm = false})

Properties

currentPackage Package?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useFvm bool
final
workdir Directory
no setter

Methods

containsPubspec() Future<bool>
getPackages({bool recursive = true, bool withRootPackage = true}) PackagesCollection
getSubDirectories({bool recursive = true}) Iterable<Directory>
incrementBuildNumber(Package package) → void
incrementMajor(Package package) → void
incrementMinor(Package package) → void
incrementPatch(Package package) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startBuildRunner({required String flutterExecutable, required Package package}) Future<void>
startPubGet({required String flutterExecutable, required Package package}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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