urlcache 0.0.0
urlcache: ^0.0.0 copied to clipboard
URLcache is a deduplicating HTTP cache layered on top of Bitcache content-addressable storage.
example/urlcache_example.dart
// This is free and unencumbered software released into the public domain.
import 'package:urlcache/urlcache.dart';
void main() {}