dynamic_cache 1.0.4 copy "dynamic_cache: ^1.0.4" to clipboard
dynamic_cache: ^1.0.4 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(),
    ),
  );
}
3
likes
160
pub points
20%
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dynamic_cache