asset_cache 0.2.0
asset_cache: ^0.2.0 copied to clipboard
load and cache any local asset type given a decoder
0.2.0 #
- split up asset_cache in multiple files
- changed Uint8List decoder class to use ByteData
- updated README
0.1.4 #
- update README | format
0.1.3 #
- update README
0.1.2 #
- update README
0.1.1 #
- update README
0.1.0 #
- initial release
- generic asset cache for loading assets given a decoder
- a set of asset cache implementations for images, json files and strings
- a generic cache class
- tests
- examples