offline_secure_session 2.0.1
offline_secure_session: ^2.0.1 copied to clipboard
Enterprise-grade Dart library for secure token storage with AES-256 encryption, offline action queue, auto-sync on reconnection, and persistent cache.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add offline_secure_sessionWith Flutter:
$ flutter pub add offline_secure_sessionThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
offline_secure_session: ^2.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:offline_secure_session/offline_secure_session.dart';