rcache_flutter 1.1.2 copy "rcache_flutter: ^1.1.2" to clipboard
rcache_flutter: ^1.1.2 copied to clipboard

A lightweight Flutter plugin for secure, efficient data storage across iOS, macOS, and Android platforms, simplifying persistent data management.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rcache_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rcache_flutter: ^1.1.2

Alternatively, 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:rcache_flutter/common_rcache_method_channel.dart';
import 'package:rcache_flutter/credentials_rcache_method_channel.dart';
import 'package:rcache_flutter/rcache.dart';
import 'package:rcache_flutter/rcache_helper.dart';
import 'package:rcache_flutter/rcache_key.dart';
import 'package:rcache_flutter/rcache_method.dart';
import 'package:rcache_flutter/rcache_platform_interface.dart';
import 'package:rcache_flutter/rcaching.dart';
3
likes
160
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter plugin for secure, efficient data storage across iOS, macOS, and Android platforms, simplifying persistent data management.

Repository (GitHub)

Topics

#cache #cache-manager #rcache

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on rcache_flutter