flutter_secure_storage_macos 4.0.0 flutter_secure_storage_macos: ^4.0.0 copied to clipboard
macOS implementation of flutter_secure_storage
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 #
- Enable Keychain Sharing in your macOS Runner project.
- 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.