flutter_secure_storage_macos

This is the platform-specific implementation of flutter_secure_storage for macOS.

Features

  • Secure storage using the Keychain API.
  • Fully integrated with macOS security features.

Installation

Add the dependency in your pubspec.yaml and run flutter pub get.

Configuration

  1. Enable Keychain Sharing in your macOS Runner project.
  2. Add the necessary configurations to both the Debug and Release entitlement files.

Usage

Refer to the main flutter_secure_storage README for common usage instructions.

License

This project is licensed under the BSD 3 License. See the LICENSE file for details.

Libraries