flutter_secure_storage
flutter_secure_storage copied to clipboard
Push new Release for Web Update
We are currently running into an issue with the web plugin as the currently released version is still depending on web: <1.0.0. This seems to have been updated 2 months ago but not released.
The reason for this conflict is due to firebase plugins now specifying web: ^1.0.0
- Pubspec File - https://github.com/firebase/flutterfire/blob/main/packages/firebase_core/firebase_core_web/pubspec.yaml
- PR with the update - https://github.com/firebase/flutterfire/pull/13200
@mogol any possibility of this? We are currently at a blocked point with many projects.
@mogol any possibility of this? We are currently at a blocked point with many projects.
You can override web: ^1.1.0 for all your deps as for temp solution
dependency_overrides:
device_info_plus: ^10.1.2
flutter_secure_storage_web: ^2.0.0-beta.1
web: ^1.1.0
You can override web: ^1.1.0 for all your deps as for temp solution
It may come to that :/ We typically try to minimize the use of that as much as possible in our projects as it has a sneaky way of getting forgotten about and then never updated.
This problem is fixed with version v10.0.0-beta.1. If you still encounter issues with this version, please let me know.