[firebase_core]: dependency conflict, firebase_core and source_span #16919
Labels
blocked: customer-response
Waiting for customer response, e.g. more information was requested.
platform: android
Issues / PRs which are specifically for Android.
plugin: core
type: bug
Something isn't working
Is there an existing issue for this?
Which plugins are affected?
Core
Which platforms are affected?
Android
Description
Because no versions of firebase_core match >3.9.0 <4.0.0 and firebase_core 3.9.0 depends on firebase_core_platform_interface ^5.4.0, firebase_core ^3.9.0 requires firebase_core_platform_interface ^5.4.0.
And because no versions of firebase_core_platform_interface match >5.4.0 <6.0.0, firebase_core ^3.9.0 requires firebase_core_platform_interface 5.4.0.
And because firebase_core_platform_interface 5.4.0 depends on flutter_test from sdk which depends on source_span 1.10.0, firebase_core ^3.9.0 requires source_span 1.10.0.
So, because be_pass depends on both firebase_core ^3.9.0 and source_span ^1.10.1, version solving failed.
Reproducing the issue
Because no versions of firebase_core match >3.9.0 <4.0.0 and firebase_core 3.9.0 depends on firebase_core_platform_interface ^5.4.0, firebase_core ^3.9.0 requires firebase_core_platform_interface ^5.4.0.
And because no versions of firebase_core_platform_interface match >5.4.0 <6.0.0, firebase_core ^3.9.0 requires firebase_core_platform_interface 5.4.0.
And because firebase_core_platform_interface 5.4.0 depends on flutter_test from sdk which depends on source_span 1.10.0, firebase_core ^3.9.0 requires source_span 1.10.0.
So, because be_pass depends on both firebase_core ^3.9.0 and source_span ^1.10.1, version solving failed.
Firebase Core version
3.9.0
Flutter Version
3.27.1
Relevant Log Output
Flutter dependencies
Expand
Flutter dependencies
snippetReplace this line with the contents of your `flutter pub deps -- --style=compact`.
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: