flutter_auto_cache 0.0.3 copy "flutter_auto_cache: ^0.0.3" to clipboard
flutter_auto_cache: ^0.0.3 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
150
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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

crypto, encrypt, flutter, meta, path_provider, shared_preferences

More

Packages that depend on flutter_auto_cache