Closed Ali-Solak closed 5 months ago
A lot of my packages got stuck on old version as well, because flutter_secure_storage defined an old outdated js package as it's dependency.
I guess this should be resolved with the release of the 2.0.0 web package, since it's going to use the web package without the js dep
flutter_secure_storage_web: ^2.0.0-beta.1
still not solved yet. using this: flutter_secure_storage: ^9.2.1 flutter_secure_storage_web: ^2.0.0-beta.1
Because depends on flutter_secure_storage ^9.2.1 which depends on flutter_secure_storage_web ^1.2.1, flutter_secure_storage_web ^1.2.1 is required. So, because depends on flutter_secure_storage_web ^2.0.0-beta.1, version solving failed.
Use it as a dependency override like so:
dependency_overrides:
flutter_secure_storage_web: ^2.0.0-beta.1
It looks like it's working. Thank you!
Any plans to update the js deps with the web package. It's at odds with other dependencies for me