turnkey_sessions 0.1.2 copy "turnkey_sessions: ^0.1.2" to clipboard
turnkey_sessions: ^0.1.2 copied to clipboard

A Dart package for managing sessions in secure storage

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add turnkey_sessions
copied to clipboard

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

dependencies:
  turnkey_sessions: ^0.1.2
copied to clipboard

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:turnkey_sessions/turnkey_sessions.dart';
copied to clipboard
0
likes
140
points
49
downloads

Publisher

verified publisherturnkey.com

Weekly Downloads

2024.09.16 - 2025.03.31

A Dart package for managing sessions in secure storage

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_secure_storage, turnkey_crypto, turnkey_encoding

More

Packages that depend on turnkey_sessions