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

Push new Release for Web Update #803

Open
tomarra opened this issue Oct 10, 2024 · 3 comments
Open

Push new Release for Web Update #803

tomarra opened this issue Oct 10, 2024 · 3 comments

Comments

@tomarra
Copy link

tomarra commented Oct 10, 2024

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

@tomarra
Copy link
Author

tomarra commented Oct 18, 2024

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

@KerJen
Copy link

KerJen commented Oct 20, 2024

@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

@tomarra
Copy link
Author

tomarra commented Oct 21, 2024

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.

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

No branches or pull requests

2 participants