Closed olof-dev closed 1 month ago
i have this problem to
+1
Ah, I didn't find it because it didn't mention firebase_auth, which is what had the conflict for me. Sorry for the extra issue!
Add
dependency_overrides:
web: 1.0.0
to your pubspec file
Is there an existing issue for this?
Which plugins are affected?
Auth
Which platforms are affected?
Android, iOS, Web
Description
Many packages now depend on the 'web' package ^1.0.0, which is incompatible with firebase_auth's dependency on firebase_auth_web, which has
web: ^0.5.1
specified. This means any app that depends on firebase_auth is prevented from updating dependency versions for many other packages.Since 1.0.0 represents an update to a stable version of the web package, it'd be good to update the dependency ASAP.
Reproducing the issue
Create a new Flutter project and add dependencies:
Firebase Core version
3.4.0
Flutter Version
3.24.1
Relevant Log Output