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

Incompatible with video_player 2.7.0 #78

Open
aintend-com opened this issue Jul 27, 2023 · 3 comments
Open

Incompatible with video_player 2.7.0 #78

aintend-com opened this issue Jul 27, 2023 · 3 comments

Comments

@aintend-com
Copy link

Because no versions of cached_video_player match >2.0.4 <3.0.0 and cached_video_player 2.0.4 depends on video_player_platform_interface ^5.1.2, cached_video_player ^2.0.4 requires video_player_platform_interface ^5.1.2.
And because video_player >=2.6.1 depends on video_player_platform_interface ^6.1.0, cached_video_player ^2.0.4 is incompatible with video_player >=2.6.1.
So, because APP depends on both video_player ^2.7.0 and cached_video_player ^2.0.4, version solving failed.

@BodenTide
Copy link

I also encountered the same problem

@Malay1121
Copy link

Remove the video_player package and add this package. It will work. This package doesn't need video_player to be in the pubspec.yaml file.

@yongjieYuan
Copy link

Add dependency_overrides to resolve it

dependency_overrides:
video_player_platform_interface: ^6.1.0

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