cross_cache 1.1.0
cross_cache: ^1.1.0 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
1.0.1 #
- FIX: document public APIs.
1.0.0 #
- First stable release
0.0.12 #
- Version bump to match other packages
0.0.11 #
- Version bump to match other packages
0.0.10 #
- Migrated web storage implementation from
indexed_dbtoidb_shimfor 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
CustomNetworkImageis nowCachedNetworkImageand has been moved to the cross-cache package- Exposed the
setmethod for better flexibility
0.0.2 #
- Bump version to support flutter_chat_ui v2 alpha release
0.0.1 #
- Initial release