plato_jobs_cache_manager 1.0.0
plato_jobs_cache_manager: ^1.0.0 copied to clipboard
A powerful cache manager plugin for Flutter, supporting Android and iOS platforms with enhanced features.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add plato_jobs_cache_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
plato_jobs_cache_manager: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:plato_jobs_cache_manager/plato_jobs_cache_manager.dart';