flutter_secure_storage library

Classes

AndroidOptions
Specific options for Android platform.
AppleOptions
Specific options for Apple platform.
FlutterSecureStorage
A class to manage secure storage in a Flutter application across multiple platforms.
IOSOptions
Specific options for iOS platform. Currently there are no specific ios options available, but only shared options from apple options.
LinuxOptions
Specific options for Linux platform. Currently there are no specific linux options available.
MacOsOptions
Specific options for macOS platform. Extends AppleOptions and adds the usesDataProtectionKeychain parameter.
WebOptions
Specific options for web platform.
WindowsOptions
Specific options for Windows platform.

Enums

AccessControlFlag
Keychain access control flags that define security conditions for accessing items. These flags can be combined to create complex access control policies.
KeychainAccessibility
KeyChain accessibility attributes as defined here: https://developer.apple.com/documentation/security/ksecattraccessible?language=objc
KeyCipherAlgorithm
StorageCipherAlgorithm