rcache_flutter 1.1.2
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';