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

getting error #74

Open
khansameer opened this issue Nov 15, 2024 · 2 comments
Open

getting error #74

khansameer opened this issue Nov 15, 2024 · 2 comments

Comments

@khansameer
Copy link

Because every version of flutter_test from sdk depends on collection 1.19.0 and videosdk >=1.2.3 depends on collection 1.18.0, flutter_test from sdk is incompatible with videosdk >=1.2.3.
So, because doctor_app depends on both videosdk ^1.2.3 and flutter_test from sdk, version solving failed.

@halima1802
Copy link
Contributor

halima1802 commented Nov 19, 2024

Hey @khansameer, You can override the collection dependency to version 1.19.0 as a quick fix. We'll update the dependency on our end as soon as possible. Apologies for the inconvenience, and thank you for your patience!

dependency_overrides:
collection: "1.19.0"

@halima1802
Copy link
Contributor

Hey @khansameer , We've updated our internal dependencies and resolved compatibility issues. Please update the SDK to version 1.2.5.
Thank you! If you need any further assistance, don't hesitate to reach out.

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