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

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(),
    ),
  );
}
2
likes
0
pub points
11%
popularity

Publisher

verified publisherrdrgbaioco.dev

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