Packagex class

Api

Constructors

Packagex()
Api

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

build({required Directory directoryBase, required List<PackagexPlatformType> packagexPlatformTypes, required Directory? directoryBuild, required bool isApplication, required PackagexConfig? packagexConfig}) Stream<PackagexApiStatus>
create({required String newName, required Directory directoryPackage, required bool isApplication, required PackagexConfig? packagexConfig}) Stream<PackagexApiStatus>
installPackage({required String name_package}) Future<void>
installPackageFromFile({required File file, required FutureOr<void> onData(String data), required FutureOr<void> onDone(), bool isPrint = true}) Future<int>
installPackageFromUrl({required String url, FetchOption? options, Encoding? encoding, required void onData(String data), required void onDone()}) Future<int>
listPackageByPublisher({required String username}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish({required String tokenGithub, required Directory directoryBase, String publishType = "stable", required FutureOr onUpdate(String update)}) Future<void>
searchPackage({required String name_package}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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