-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Is your feature request related to a problem? Please describe.
I'm facing a dependency conflict. My application uses flutter_secure_storage ^10.0.0, but this package depends on an older version, creating version conflicts in my project.
Describe the solution you'd like
Update the dependency on flutter_secure_storage to version ^10.0.0 or later to resolve the conflict.
Describe alternatives you've considered
- Using dependency overrides - not ideal as it can lead to unexpected behavior
- Downgrading flutter_secure_storage - not viable because it would cause errors for existing users due to data compatibility issues
Additional context
Downgrading flutter_secure_storage could break data access for users already on my app with version 10.0.0, potentially causing crashes.
Metadata
Metadata
Assignees
Labels
No labels