Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set minSdkVersion 23 and delete old encryption codes #814

Closed

Conversation

koji-1009
Copy link
Contributor

ref #769


Two updates are planned in flutter_secure_storage v10.

  1. update min sdk to 23 and remove old encryption codes
  2. remove EncryptedSharedPreferences that have been deprecated

This PR is a cutout of only the part about updating the min sdk to 23.

Many of the problems associated with #769 are related to old encryption codes. On the other hand, the min sdk has been updated to 21 since flutter 3.22, so there is less reason to support older Android OS.

https://docs.flutter.dev/release/breaking-changes/android-kitkat-deprecation

For this reason, can we proceed with updating the min sdk and replacing EncryptedSharedPreferences separately?
If we can update the min sdk to 23 and release it as flutter_secure_storage v9.3.0, we can close the issue about the old encryption codes.

@koji-1009 koji-1009 changed the title Set minSdkVersion 23 and delete old encryption code Set minSdkVersion 23 and delete old encryption codes Nov 4, 2024
@koji-1009 koji-1009 closed this Nov 11, 2024
@koji-1009
Copy link
Contributor Author

In order to support this, the KeyCipher and StorageCipher settings must be set to the new ones in advance. Since the developer needs to update the options in advance, I assume that the PR cannot be merged. For this reason, I have closed the PR.

@koji-1009 koji-1009 deleted the feat/android_23 branch November 11, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant