flutter_secure_storage_linux 2.0.1
flutter_secure_storage_linux: ^2.0.1 copied to clipboard
Linux implementation of flutter_secure_storage
flutter_secure_storage_linux #
This is the platform-specific implementation of flutter_secure_storage
for Linux.
Features #
- Secure storage using
libsecret
library. - Compatible with various Linux keyring services like Gnome Keyring and KDE KSecretsService.
Installation #
Ensure you have the required dependencies installed: libsecret-1-dev
and libjsoncpp-dev
.
Configuration #
- Install a keyring service such as Gnome Keyring or KSecretsService.
- Ensure your application includes runtime dependencies like
libsecret-1-0
andlibjsoncpp1
.
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.