[flutter_secure_storage] Update flutter_secure_storage to 10.0.0#972
Merged
JSUYA merged 4 commits intoflutter-tizen:masterfrom Apr 2, 2026
Merged
[flutter_secure_storage] Update flutter_secure_storage to 10.0.0#972JSUYA merged 4 commits intoflutter-tizen:masterfrom
JSUYA merged 4 commits intoflutter-tizen:masterfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the package to version 0.1.3, increases the minimum supported SDK to Flutter 3.27/Dart 3.6, and migrates linting to very_good_analysis. The example application is refactored to include enhanced error handling for platform-specific exceptions and UI improvements. Review feedback identifies a logic flaw in the item sorting for non-numeric keys, highlights the need for mounted checks when using BuildContext after asynchronous operations, and corrects several typos in enums and user-facing strings.
Contributor
xiaowei-guan
left a comment
There was a problem hiding this comment.
You forgot to modify READMR.md:
dependencies:
flutter_secure_storage: ^10.0.0
flutter_secure_storage_tizen: ^0.1.3
Member
Author
Thank you for check. I updated README |
xiaowei-guan
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#968
#973