FlutterFever Studio
Back to packages

Flutter Secure Storage package guide

Secure platform storage for tokens and sensitive small values.

Install command
Copy and run in your Flutter project
flutter pub add flutter_secure_storage

When to use Flutter Secure Storage

Secure platform storage for tokens and sensitive small values.

Pros

  • Better for tokens
  • Uses platform security APIs

Watch outs

  • Platform-specific behavior should be tested

Official package resources