-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
visibility_detector Dependency conflicts [BUG] #1283
Comments
fixed #1284 |
same with flutter_secure_storage package...
|
As you said, if I just change the version in betterplayer/pubspec.yaml, will it fix the issue? |
|
Yes unless there is a syntax change/ breaking change in the newer version just updating the pub version should do it. But the merges haven't been published yet |
History check
Please confirm that you've checked issues history and you didn't find anything which may solve your issue.
Describe the bug
visibility_detector package used by betterplayer is 0.3.3 but most packages have updated to 0.4.0+2 causing dependency conflicts with multiple packages like UX Cam, etc...
To Reproduce
Steps to reproduce the behavior:
ecause better_player >=0.0.62 <0.0.68 depends on visibility_detector ^0.2.0-nullsafety.1 and better_player >=0.0.68 <0.0.80 depends on visibility_detector ^0.2.0, better_player >=0.0.62 <0.0.80 requires visibility_detector ^0.2.0-nullsafety.1. And because better_player >=0.0.80 <0.0.83 depends on visibility_detector ^0.2.2 and better_player >=0.0.83 depends on visibility_detector ^0.3.3, better_player >=0.0.62 requires visibility_detector ^0.2.0-nullsafety.1 or ^0.3.3.
*Example code
better_player: ^0.0.66
visibility_detector: ^0.4.0+2
Expected behavior
Need to update betterplayer package to use visibility_detector: ^0.4.0+2
Screenshots
If applicable, add screenshots to help explain your problem.
Flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.7.8, on macOS 13.0.1 22A400 darwin-arm64, locale en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.3)
[✓] VS Code (version 1.85.1)
[✓] Connected device (2 available)
! Error: Browsing for AKHILA’s iPhone (CoreDevice) on the local area network. Ensure that the device is booted, unlocked, and discoverable via Bluetooth and WiFi, or attached with a cable. (code -27)
[✓] HTTP Host Availability
• No issues found!
Better Player version
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: