asset_cache 0.1.1 copy "asset_cache: ^0.1.1" to clipboard
asset_cache: ^0.1.1 copied to clipboard

outdated

generic asset cache with implementations for image, json and strings

asset_cache #

A library for loading and caching assets of generic types.

Inherit from AssetCache and give it a decoder, or inherit from GenericCache and overload the loadAsset method.

The library comes with ready to use asset cache implementations as singletons for loading images, strings and json files.

See ImageAssets, ImageAsUint8List, StringAssets and JsonAssets.

Based on CachingAssetBundle.

See example.

39
likes
0
pub points
87%
popularity

Publisher

verified publisherapptakk.com

generic asset cache with implementations for image, json and strings

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on asset_cache