cross_cache 0.0.10 copy "cross_cache: ^0.0.10" to clipboard
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 to idb_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 entries
    • updateKey(String key, String newKey) – rename keys while keeping the data
  • CustomNetworkImage is now CachedNetworkImage 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
2
likes
150
points
2.49k
downloads

Publisher

verified publisherflyer.chat

Weekly Downloads

2024.09.26 - 2025.04.10

Cross-platform cache manager for Flutter using IndexedDB for web, file system for mobile and desktop, and Dio for network requests. #cache #indexeddb #dio

Homepage
Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

cross_file, crypto, dio, flutter, idb_shim, path_provider

More

Packages that depend on cross_cache