Closed marc-wilson closed 10 months ago
Doing dependency_overrides
resolves the install errors. However, you then are met with a build failure
dependency_overrides:
uuid: ^4.0.0
Error (Xcode): ../../.pub-cache/hosted/pub.dev/graphql-5.2.0-beta.6/lib/src/links/websocket_link/websocket_client.dart:14:8: Error: Error when reading '../../.pub-cache/hosted/pub.dev/uuid-4.2.2/lib/uuid_util.dart': No such file or directory
Could not build the application for the simulator.
Looks likes it's merged, just not published anywhere.
Describe the issue There is a dependency being referenced in this package to
uuid: ^3.0.1
. I have another package that references the latest 4.x package. Since there is a version conflict, I cannot use this package with any other package requiring a more up to date version of uuid.To Reproduce (MUST BE PROVIDED)
To help us to understand what is going on and what is the easy way to resolve this bug we ask to describe the issue with a small code example, or if the problem is easy you can describe the issue as follows:
I cannot downgrade datadog as that has other issues with kotlin versions.
Expected behavior The UUID reference should be at least 4.0