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

Conflict between cached_video_player and dash_chat_2 #89

Closed
Urminhirpara opened this issue Feb 29, 2024 · 1 comment
Closed

Conflict between cached_video_player and dash_chat_2 #89

Urminhirpara opened this issue Feb 29, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@Urminhirpara
Copy link

Description:
I encountered a conflict when trying to use both the cached_video_player and dash_chat_2 packages in the same Flutter project. The conflict arises from an error related to the VideoPlayerController when attempting to use the cached_video_player package alongside dash_chat_2.

Error massage:

Running Gradle task 'assembleDebug'...
Building with Flutter multidex support enabled.
../../.pub-cache/hosted/pub.dev/dash_chat_2-0.0.20/lib/src/widgets/message_row/video_player.dart:31:44: Error: Member not found: 'VideoPlayerController.networkUrl'.
_controller = vp.VideoPlayerController.networkUrl(Uri.parse(widget.url))
^^^^^^^^^^
Target kernel_snapshot failed: Exception

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:compileFlutterBuildDebug'.

Process 'command '/Users/urminhirpara/Development/flutter/bin/flutter'' finished with non-zero exit value 1

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.

@SebastienBtr SebastienBtr added the bug Something isn't working label Mar 8, 2024
@SebastienBtr
Copy link
Owner

Duplicated of #82

@SebastienBtr SebastienBtr added duplicate This issue or pull request already exists and removed bug Something isn't working labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants