#flutter_secure_storage
It’s official: my Secure Enclave support PR is now merged into #flutter_secure_storage 🚀

This update addresses a key security gap on jailbroken iOS devices.

The PR: github.com/juliansteenb...

#Flutter #FlutterDev #MobileSecurity #iOS #OpenSource
April 2, 2026 at 11:40 AM
Remember the Secure Enclave and #Flutter security post?

I’ve submitted a Pull Request to 𝙛𝙡𝙪𝙩𝙩𝙚𝙧_𝙨𝙚𝙘𝙪𝙧𝙚_𝙨𝙩𝙤𝙧𝙖𝙜𝙚 adding Secure Enclave support for iOS:
github.com/juliansteenb...

#Flutter #FlutterDev #iOS #MobileSecurity #OpenSource
October 8, 2025 at 6:46 AM
#TIL about Secure Enclave and #Flutter security.

If you store sensitive data with #flutter_secure_storage, anyone running your app on a jailbroken hashtag#iOS device can easily extract your keys in plaintext.

#FlutterDev #MobileSecurity
September 10, 2025 at 7:12 AM
I really want to give flutter/dart another try, but I can't make a normal app if the only ways of saving data to disk are:
- shared_preferences (no guarantee that writes will be persisted to disk after returning)
- hive (abandoned)
- flutter_secure_storage (can't test on computer without emulation)
March 31, 2026 at 6:30 PM
Keep sensitive data safe with flutter_secure_storage. Use encrypted storage for tokens, passwords, and configs. Security is a must, not a luxury!
#flutter #dart #security
December 6, 2024 at 12:00 PM
Securing sensitive data in Flutter? flutter_secure_storage does the trick. How are you ensuring your apps are secure? Share your security stories or ask for advice.
Check out the package on Dart pub: https://buff.ly/40oIVEi
#FlutterSecurity #Flutter #Dart #FlutterDev
flutter_secure_storage | Flutter package
Flutter Secure Storage provides API to store data in secure storage. Keychain is used in iOS, KeyStore based solution is used in Android.
buff.ly
January 22, 2025 at 12:00 PM
The right solution is to use the Secure Enclave for key wrapping and only store the wrapped blob in the keychain.

There’s already an open issue about this: github.com/juliansteenb...

More info on Secure Enclave: support.apple.com/en-gb/guide/...
Saved data on iOS is not secure · Issue #917 · juliansteenbakker/flutter_secure_storage
Recently, one of the apps I've been working on underwent a penetration testing review. The pentest discovered (with demonstrated proof) that local storage data on iOS devices can be accessed in pla...
github.com
September 10, 2025 at 7:12 AM
iOS版のflutter_secure_storageが壊れてる。。
July 22, 2026 at 1:59 AM
v1.7.0 of flutter_secure_storage_x_linux Linux implementation of flutter_secure_storage_x Changelog excerpt: - Raised minimum supported Flutter to 3.44 or later.

Origin | Interest | Match
v1.6.0 of flutter_secure_storage_x_linux
Linux implementation of flutter_secure_storage_x Changelog excerpt: - **FEAT**(windows): migrate to win32 ^6.0.1. ([5aeb6c46](https://github.com/koji-1009/flutter_secure_storage/commit/5aeb6c46391f3a82f7f1eaf27ea8982814cf760d))
pub.dev
June 29, 2026 at 5:17 AM
v1.2.3 of flutter_secure_storage_linux Linux implementation of flutter_secure_storage

https://pub.dev/packages/flutter_secure_storage_linux

Result Details
flutter_secure_storage_linux | Flutter package
Linux implementation of flutter_secure_storage
pub.dev
April 25, 2025 at 10:33 AM