flutter_secure_storage_linux
Linux implementation of flutter_secure_storage
3.0.2
3.7M downloads/mo
#172 most downloaded on pub.dev
mogol/flutter_secure_storage
What this package is like to depend on
Last release 18 days ago
06 Aug 2026
Ships fairly regularly
a new release about every 5 months
Nearly every release is documented
notes for 14 of 14 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
14 releases · first in 2021
3 releases in the last 12 months
see the full history below
Release timeline
14 releases · Jul 2021 to Aug 2026
2022
2023
2024
2025
2026
Releases
latest 14-
3.0.206 Aug 2026 -
3.0.122 May 2026Release notes
Open source →- Fixed
deleteKeyringstoring the string"null"instead of an empty JSON object{}. - Fixed non-UTF-8 error messages from libsecret causing a
FormatExceptionon the Dart side; messages are now sanitised before being sent through the method channel. - Fixed locked or unavailable keyring now surfacing as a catchable
PlatformExceptionwith codeKeyringLocked. - Fixed JSON parse errors and other C++ exceptions now surfacing as a
PlatformExceptionwith codeStorageErrorinstead of sending malformed bytes through the channel. - Updated README with installation instructions for apt, dnf, pacman, Flatpak, and Snapcraft.
- Fixed
-
3.0.010 Dec 2025Release notes
Open source →- Fixed whitespace deprecation warning.
- Reverted json.dump with indentations due to problems. If still needed, pin version to 2.x
-
2.0.115 Jan 2025 -
2.0.006 Jan 2025Release notes
Open source →- This plugin requires a minimum dart sdk of 3.3.0 or higher and a minimum flutter version of 3.19.0.
- Updated documentation
-
1.2.325 Apr 2025 -
1.2.203 Jan 2025 -
1.2.108 May 2024Release notes
Open source →- Fixed search with schemas fails in cold keyrings
- Fixed erase called on null
-
1.2.029 Aug 2023Release notes
Open source →- Remove and replace libjsoncpp1 dependency
- Update Dart SDK Constraint to support <4.0.0 instead of <3.0.0.
-
1.1.309 Feb 2023 -
1.1.223 Nov 2022 -
1.1.104 Aug 2022Release notes
Open source →Fixed an issue where no error was being reported if there was something wrong accessing the secret service.
-
1.1.031 Aug 2021 -
1.0.030 Jul 2021Release notes
Open source →- Initial Linux implementation
- Removed unused Flutter test and effective_dart dependency