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
Secure platform storage for tokens and sensitive small values.
flutter pub add flutter_secure_storage
Secure platform storage for tokens and sensitive small values.
Simple key-value storage for settings, flags and small preferences.
flutter pub add shared_preferences
Fast local NoSQL storage for offline-first Flutter apps.
flutter pub add hive
A Dart code generation package for Role-Based UI Access Control in Flutter widgets.
flutter pub add guardify
A flutter package which makes easy to use JWT token to store and get details encoded in JWT Token.
flutter pub add flutter_session_jwt
macOS platform implementation of flutter_barcode_sdk.
flutter pub add flutter_barcode_sdk_macos
A customizable Flutter reader widget for novels and ebooks: lazy chapter loading, paginated and continuous-scroll modes, themes, and pluggable data sources & progress storage.
flutter pub add flutter_book_reader