turnkey_sessions 0.1.0 copy "turnkey_sessions: ^0.1.0" to clipboard
turnkey_sessions: ^0.1.0 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 Dart:

 $ dart pub add turnkey_sessions
copied to clipboard

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 dart pub get):

dependencies:
  turnkey_sessions: ^0.1.0
copied to clipboard

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

Publisher

verified publisherturnkey.com

Weekly Downloads

2024.05.31 - 2025.04.25

A Dart package for managing sessions in secure storage

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_secure_storage, turnkey_crypto, turnkey_encoding

More

Packages that depend on turnkey_sessions