You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering a dependency conflict between the video_editor and cached_video_player packages in my Flutter project. The issue arises because video_editor >=3.0.0 requires video_player_platform_interface ^6.1.0, which conflicts with cached_video_player 2.0.4's dependency on video_player_platform_interface ^5.1.2.
As a result, when I try to include both packages in my pubspec.yaml file, I receive the following error during dependency resolution:
Resolving dependencies...
Because video_editor >=3.0.0 depends on video_player ^2.6.1 which depends on video_player_platform_interface ^6.1.0, video_editor >=3.0.0 requires video_player_platform_interface ^6.1.0.
And because cached_video_player 2.0.4 depends on video_player_platform_interface ^5.1.2 and no versions of cached_video_player match >2.0.4 <3.0.0, video_editor >=3.0.0 is incompatible with cached_video_player ^2.0.4.
I have tried various version combinations and constraints, but have not been able to resolve the conflict. Any guidance on how to resolve this issue would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
how to run this project because of example in that project creating error could not open settings generic class cache for settings file '/Users/pokiyaprashant/Desktop/project/video_editor-master/example/android/settings.gradle' (/Users/pokiyaprashant/.gradle/caches/7.0.2/scripts/bt53u1oym6apy0m101vnrgrbi).
BUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file major version 61
I am encountering a dependency conflict between the video_editor and cached_video_player packages in my Flutter project. The issue arises because video_editor >=3.0.0 requires video_player_platform_interface ^6.1.0, which conflicts with cached_video_player 2.0.4's dependency on video_player_platform_interface ^5.1.2.
As a result, when I try to include both packages in my pubspec.yaml file, I receive the following error during dependency resolution:
I have tried various version combinations and constraints, but have not been able to resolve the conflict. Any guidance on how to resolve this issue would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: