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

bug: Dependency on pub_updater is outdated and needs to be updated to pub_updater: ^0.4.0 #14

Open
dacianf opened this issue Feb 20, 2024 · 0 comments · May be fixed by #16
Open

bug: Dependency on pub_updater is outdated and needs to be updated to pub_updater: ^0.4.0 #14

dacianf opened this issue Feb 20, 2024 · 0 comments · May be fixed by #16

Comments

@dacianf
Copy link

dacianf commented Feb 20, 2024

Description

With the latest flutter update, integration_test from flutter_driver got updated as well. Now it uses processes 5.0.2.

dart_define library depends on pub_updater ^0.3.0 which depends on process ^4.2.3

The error I get is:

Because every version of integration_test from sdk depends on flutter_driver from sdk which depends on process 5.0.2, every version of integration_test from sdk requires process 5.0.2.
And because dart_define >=1.0.2 depends on pub_updater ^0.3.0 which depends on process ^4.2.3, integration_test from sdk is incompatible with dart_define >=1.0.2.
So, because project depends on both dart_define ^2.1.1 and integration_test from sdk, version solving failed.

Steps to reproduce

  1. Upgrade flutter to latest version: 3.19.0 to have flutter_driver version 5.0.2.
  2. Make sure you have dart_define lib in dependency file
  3. run flutter pub get

Free word

No response

Platform

IOS, Android, Mac, Windows, Linux, Web

@vanyasem vanyasem linked a pull request Oct 23, 2024 that will close this issue
6 tasks
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

Successfully merging a pull request may close this issue.

1 participant