asset_cache library

Classes

AssetCache<T>
Generic cache for loading assets of type T given an AssetDecoder
ByteDataAssetCache
Asset cache for ByteData
GenericCache<T>
Abstract generic cache of type T
ImageAssetCache
Asset cache for Image assets
JsonAssetCache
Asset cache for JSON files
TextAssetCache
Asset cache for text files

Typedefs

AssetDecoder<T> = FutureOr<T> Function(ByteData)
Given a ByteData return a type T