AndroidLibraryManager class

Implemented types

Constructors

AndroidLibraryManager(File buildFile)

Properties

buildFile File
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addLibrary(AndroidLibrary library) Future<void>
override
applyPlugin(AndroidPlugin plugin) Future<void>
override
getLibraries(String name) Future<List<AndroidLibrary>>
override
getLibrary(String name, String? version) Future<AndroidLibrary>
override
listLibraries() Future<List<AndroidLibrary>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeLibrary(AndroidLibrary library) Future<void>
override
toString() String
A string representation of this object.
inherited
updateLibrary(AndroidLibrary library) Future<void>
override

Operators

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