offline_secure_session 2.0.1 copy "offline_secure_session: ^2.0.1" to clipboard
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_session

With Flutter:

 $ flutter pub add offline_secure_session

This 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.1

Alternatively, 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';
1
likes
140
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Enterprise-grade Dart library for secure token storage with AES-256 encryption, offline action queue, auto-sync on reconnection, and persistent cache.

Repository (GitHub)
View/report issues

Topics

#offline #session #cache #queue #security

Documentation

API reference

License

MIT (license)

Dependencies

crypto, encrypt

More

Packages that depend on offline_secure_session