cross_cache 0.0.3 copy "cross_cache: ^0.0.3" to clipboard
cross_cache: ^0.0.3 copied to clipboard

unlisted

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.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
0
points
2.75k
downloads

Publisher

verified publisherflyer.chat

Weekly Downloads

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)
View/report issues

License

unknown (license)

Dependencies

cross_file, crypto, dio, flutter, path_provider

More

Packages that depend on cross_cache