flutter_auto_cache 0.0.2 copy "flutter_auto_cache: ^0.0.2" to clipboard
flutter_auto_cache: ^0.0.2 copied to clipboard

Package that automates cache management policies, using shared preferences under the hood.

example/lib/main.dart

import 'package:flutter_auto_cache/flutter_auto_cache.dart';

import 'package:example/src/app_widget.dart';
import 'package:flutter/material.dart';

Future<void> main() async {
  await AutoCacheInitializer.initialize();

  runApp(const AppWidget());
}
53
likes
0
pub points
72%
popularity

Publisher

verified publisherluizgasparetto.dev

Package that automates cache management policies, using shared preferences under the hood.

Homepage
Repository (GitHub)
View/report issues

Topics

#cache #cache-management #cryptography

License

unknown (license)

Dependencies

crypto, encrypt, flutter, meta, path_provider, shared_preferences

More

Packages that depend on flutter_auto_cache