fifty_storage 0.1.0 copy "fifty_storage: ^0.1.0" to clipboard
fifty_storage: ^0.1.0 copied to clipboard

Secure token storage and preferences management for Flutter apps. Part of the Fifty Flutter Kit.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fifty_storage

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

dependencies:
  fifty_storage: ^0.1.0

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:fifty_storage/fifty_storage.dart';
0
likes
140
points
138
downloads

Publisher

verified publisherfifty.dev

Weekly Downloads

Secure token storage and preferences management for Flutter apps. Part of the Fifty Flutter Kit.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #storage #secure-storage #preferences

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_secure_storage, get_storage

More

Packages that depend on fifty_storage