ImageLoader class

Inheritance
Available extensions

Constructors

ImageLoader()

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

accepts(LoadingContext context) bool
Whether every filter accepts the asset specified by context.
inherited
extensions(List<String> extensions) → void

Available on Loader, provided by the BuiltInFilters extension

Filters assets with the given extensions.
filter(LoadingFilter filter) → void
Appends a new filter to this loader.
inherited
load(LoadingContext context) Future<void>
Loads the asset specified by context.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prefix(String prefix) → void

Available on Loader, provided by the BuiltInFilters extension

Filters assets with the given prefix.
run(LoadingContext context) FutureOr<void>
Loads the asset specified by context if filtering passes.
inherited
toString() String
A string representation of this object.
inherited

Operators

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