flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

A Flutter plugin to store data in secure storage

Results 274 flutter_secure_storage issues
Sort by recently updated
recently updated
newest added

Could not find gradle-8.1.1.jar (com.android.tools.build:gradle:8.1.1)

stale

I would like to implement [OpenID Connect Native SSO for Mobile Apps 1.0](https://openid.net/specs/openid-connect-native-sso-1_0.html) flow, which requires to "App 1" to *store* 2 keys/values (`id_token` and `device_secret`). Those values should only...

Hello! I'm transitioning an application to Flutter and need to ensure seamless user session continuity by writing encrypted session tokens to local storage, readable by the new Flutter app. The...

Unhandled exception: Null check operator used on a null value #0 Context.embedFlutterFrameworks (file:///Users/macbookpro/flutter/packages/flutter_tools/bin/xcode_backend.dart:235:68) #1 Context.run (file:///Users/macbookpro/flutter/packages/flutter_tools/bin/xcode_backend.dart:59:9) #2 main (file:///Users/macbookpro/flutter/packages/flutter_tools/bin/xcode_backend.dart:17:5) #3 _delayEntrypointInvocation. (dart:isolate-patch/isolate_patch.dart:295:33) #4 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12) Command PhaseScriptExecution failed with a...

This PR migrates `flutter_secure_storage_windows` to support Dart 3.4.0 / Flutter 3.22.0 (and by extension also Dart 3.5.0 / Flutter 3.24.0) I did not update the version of `flutter_secure_storage_windows`, as changing...

When using `flutter_secure_storage 9.2.2` (which depends on `flutter_secure_storage_windows 3.1.2`), the version of `flutter_secure_storage_windows` requires a version of win32 that is not compatible with Dart 3.4.0 / Flutter 3.22.0 (and in...

I have an application that uses flutter_secure_storage to locally store credentials. Although I've ran this application successfully before it's been a while since I launched it and now it fails...

linux

On May 8th 2024, a version of this package with BREAKING CHANGES was published as a feature release on pub.dev. # Breaking Change The package was changed from applying `kSecAttrAccessible`...

Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.20. Release notes Sourced from org.jetbrains.kotlin.android's releases. Kotlin 2.0.20 Changelog Analysis. API New Features KT-68143 Analysis API: support KtWhenConditionInRange call resolution Performance Improvements KT-67195 K2:...

dependencies
java

Unable to load from storage after F5 page refresh. Tested in debug mode. Immediate loading after saving works well.