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

Version incompatibility #90

Open
yevhen-samoilov opened this issue Jan 21, 2023 · 3 comments
Open

Version incompatibility #90

yevhen-samoilov opened this issue Jan 21, 2023 · 3 comments

Comments

@yevhen-samoilov
Copy link

Because no versions of web3dart match >2.6.1 <3.0.0 and web3dart 2.6.1 depends on stream_channel ^2.1.1, web3dart ^2.6.1 requires stream_channel ^2.1.1.
And because every version of flutter_test from sdk depends on stream_channel 2.1.0, web3dart ^2.6.1 is incompatible with flutter_test from sdk.
And because firebase_analytics >=10.0.3 depends on firebase_core_platform_interface ^4.5.2 which depends on flutter_test from sdk, web3dart ^2.6.1 is incompatible with firebase_analytics >=10.0.3.
So, because shell_game_nft depends on both firebase_analytics ^10.1.0 and web3dart ^2.6.1, version solving failed.
pub get failed (1; So, because shell_game_nft depends on both firebase_analytics ^10.1.0 and web3dart ^2.6.1, version solving failed.)
exit code 1

@moesaid
Copy link

moesaid commented Jan 25, 2023

Because every version of flutter_test from sdk depends on stream_channel 2.1.0 and web3dart >=2.5.2 depends on stream_channel ^2.1.1, flutter_test from sdk is incompatible with web3dart >=2.5.2.

same here
flutter_test && integration_test depends on stream_channel 2.1.0

@4xMafole
Copy link

A temporary fix, just override the stream channel package on pubspec.yaml.
E.g
override_dependencies: stream_channel: ^2.1.0

@makinghappen
Copy link

@moesaid no such issue in https://github.com/devopsdao/webthree a fork of web3dart 2.3.5

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

4 participants