CreditsBuilder class

Constructors

CreditsBuilder()
factory

Properties

dependencies List<Dependency>
final
hashCode int
The hash code for this object.
no setterinherited
path String
getter/setter pair
process Future<Uint8List> Function(Uint8List data)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

config({String? path, Future<Uint8List> process(Uint8List data)?}) CreditsBuilder
get(BuildContext context) Future<List<Dependency>>
getAndroidDependencies(BuildContext context) Future<List<Dependency>>
getIOSDependencies(BuildContext context) Future<List<Dependency>>
getLinuxDependencies(BuildContext context) Future<List<Dependency>>
getMacOSDependencies(BuildContext context) Future<List<Dependency>>
getWebDependencies(BuildContext context) Future<List<Dependency>>
getWindowsDependencies(BuildContext context) Future<List<Dependency>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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