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

App depends on both chewie ^1.5.0 and share_plus ^7.0.0, version solving failed. Can we update wakelock to latest version in chewie ? #729

Open
FirdousNath opened this issue May 17, 2023 · 1 comment

Comments

@FirdousNath
Copy link

Because wakelock_windows >=0.2.1 depends on win32 ^3.0.0 and wakelock_windows <0.2.1 depends on win32 ^2.0.0, every version of wakelock_windows requires win32 ^2.0.0 or ^3.0.0.
And because share_plus >=7.0.0 depends on win32 ^4.0.0, share_plus >=7.0.0 is incompatible with wakelock_windows.
And because chewie >=1.3.5 depends on wakelock ^0.6.2 which depends on wakelock_windows ^0.2.0, share_plus >=7.0.0 is incompatible with chewie >=1.3.5.
So, because app depends on both chewie ^1.5.0 and share_plus ^7.0.0, version solving failed.
exit code 1

My Pubspec contains following latest plus packages:

  chewie: ^1.5.0
  share_plus: ^7.0.0
  intl: ^0.17.0
  device_info_plus: ^9.0.0
  android_id: ^0.0.4
  package_info_plus: ^4.0.0
@isaaclyman
Copy link

isaaclyman commented May 19, 2023

This is not an issue with chewie, which uses the latest version of wakelock. It's an issue with wakelock, which depends on an out-of-date version of win32.

See creativecreatorormaybenot/wakelock#202.

diegotori added a commit to diegotori/chewie that referenced this issue Jul 2, 2023
lg8294 added a commit to lg8294/chewie that referenced this issue Nov 3, 2023
* commit '3a42d906fc0a2b2f7e5d08200b84bd547d1961c9':
  Updated changelog for version 1.6.0.
  Issue fluttercommunity#729. Migrated wakelock to wakelock_plus. Also upgraded all other dependencies.
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

2 participants