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

Fix null check error and improve error handling in web implementation #782

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

BilalRehman08
Copy link

This PR addresses the issue #761 where a "Null check operator used on a null value" error occurs when accessing the storage through an IP address on a local network.

Changes made:

  • Modified the read method in FlutterSecureStorageWeb to handle potential null values more safely
  • Added null check before attempting to decrypt values
  • Implemented error handling for the decryption process

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