dynamic_cache 1.0.0 copy "dynamic_cache: ^1.0.0" to clipboard
dynamic_cache: ^1.0.0 copied to clipboard

retractedoutdated

A complete in-memory cache in Flutter. Inspired by IMemoryCache from C# and Others tools.

example/lib/main.dart

import 'package:example/app.dart';
import 'package:dynamic_cache/dynamic_cache.dart';

void main() {
  runApp(
    const DynamicCacheProvider(
      /// Retrieve or create the cache instance
      cache: DynamicCache.instance,
      child: DynamicCacheApp(),
    ),
  );
}
3
likes
0
points
123
downloads

Publisher

verified publisherworkstationti.host

Weekly Downloads

A complete in-memory cache in Flutter. Inspired by IMemoryCache from C# and Others tools.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on dynamic_cache