cross_cache 0.0.10
cross_cache: ^0.0.10 copied to clipboard
Cross-platform cache manager for Flutter using IndexedDB for web, file system for mobile and desktop, and Dio for network requests. #cache #indexeddb #dio
0.0.10 #
- Migrated web storage implementation from
indexed_db
toidb_shim
for improved cross-platform compatibility and better performance
0.0.9 #
- Version bump to match other packages
0.0.8 #
- Version bump to match other packages
0.0.7 #
- Require Flutter 3.29 and Dart 3.7
0.0.6 #
- Version bump to match other packages
0.0.5 #
- Version bump to match other packages
0.0.4 #
- Version bump to match other packages
0.0.3 #
- Added new methods:
delete(String key)
– delete entriesupdateKey(String key, String newKey)
– rename keys while keeping the data
CustomNetworkImage
is nowCachedNetworkImage
and has been moved to the cross-cache package- Exposed the
set
method for better flexibility
0.0.2 #
- Bump version to support flutter_chat_ui v2 alpha release
0.0.1 #
- Initial release