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

package solving failed. #17

Closed
normidar opened this issue Nov 3, 2022 · 6 comments
Closed

package solving failed. #17

normidar opened this issue Nov 3, 2022 · 6 comments

Comments

@normidar
Copy link

normidar commented Nov 3, 2022

[quick_ide] flutter pub get
Running "flutter pub get" in quick_ide...
Because flutter_eval >=0.5.3 depends on dart_eval ^0.5.4 which depends on dcli ^1.34.0, flutter_eval >=0.5.3 requires dcli ^1.34.0.
And because dcli >=1.33.2 <2.0.0-beta.13 depends on win32 ^2.7.0, flutter_eval >=0.5.3 requires win32 ^2.7.0.
And because file_picker 5.2.2 depends on win32 ^3.0.0 and no versions of file_picker match >5.2.2 <6.0.0, flutter_eval >=0.5.3 is incompatible with file_picker ^5.2.2.
So, because quick_ide depends on both file_picker ^5.2.2 and flutter_eval ^0.5.3, version solving failed.
pub get failed (1; So, because quick_ide depends on both file_picker ^5.2.2 and flutter_eval ^0.5.3, version solving failed.)
exit code 1

@normidar
Copy link
Author

normidar commented Nov 3, 2022

can you update the packages, please?

@normidar
Copy link
Author

normidar commented Nov 3, 2022

I am trying to use file_picker to pick some files and open them by flutter_eval.
Isn’t it a good idea ?

@ethanblake4
Copy link
Owner

The latest version of dcli still depends on win32 ^2.7.0 so there's nothing I can do about this. Please file an issue with dcli or use an older version of file_picker.

@anz-ryu
Copy link

anz-ryu commented Nov 4, 2022

is flutter_eval need dcli?
Maybe flutter_eval do not need depends dart_eval, some dart_eval package is not required.

@ethanblake4
Copy link
Owner

@anz-ryu @normidar I filed an issue to remove dcli, I didn't realize how bloated it was. It's features are used in the dart_eval CLI but I only use a few of them so it shouldn't be too hard to replace.

@normidar
Copy link
Author

normidar commented Nov 5, 2022

@ethanblake4
thank you, I am using file_picker: 5.0.1 now. close this issue.

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

3 participants