flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

Push new Release for Web Update

Open tomarra opened this issue 1 year ago • 2 comments

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

tomarra avatar Oct 10 '24 16:10 tomarra

@mogol any possibility of this? We are currently at a blocked point with many projects.

tomarra avatar Oct 18 '24 18:10 tomarra

@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

KerJen avatar Oct 20 '24 03:10 KerJen

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.

tomarra avatar Oct 21 '24 00:10 tomarra

This problem is fixed with version v10.0.0-beta.1. If you still encounter issues with this version, please let me know.

juliansteenbakker avatar Jan 06 '25 15:01 juliansteenbakker