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

Dependency conflict with uuid version 4.0.0 #1623

Closed
nwgiles opened this issue Sep 2, 2023 · 1 comment · Fixed by #1647
Closed

Dependency conflict with uuid version 4.0.0 #1623

nwgiles opened this issue Sep 2, 2023 · 1 comment · Fixed by #1647
Assignees

Comments

@nwgiles
Copy link

nwgiles commented Sep 2, 2023

Platform

Dart

Obfuscation

Enabled

Debug Info

Enabled

Doctor

[√] Flutter (Channel stable, 3.10.2, on Microsoft Windows [Version 10.0.22621.2134], locale en-US)
• Flutter version 3.10.2 on channel stable at C:\Users\User\flutter_windows_3.10.2-stable\flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 9cd3d0d9ff (3 months ago), 2023-05-23 20:57:28 -0700
• Engine revision 90fa3ae28f
• Dart version 3.0.2
• DevTools version 2.23.1

[√] Windows Version (Installed version of Windows is version 10 or higher)

[√] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
• Android SDK at C:\Users\User\AppData\Local\Android\sdk
• Platform android-33, build-tools 33.0.2
• Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
• Java version OpenJDK Runtime Environment (build 17.0.6+0-b2043.56-9586694)
• All Android licenses accepted.

[√] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.6.2)
• Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
• Pixel 4 (mobile) • 9B191FFAZ0079Z • android-arm64 • Android 13 (API 33)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Version 10.0.22621.2134]
• Chrome (web) • chrome • web-javascript • Google Chrome 116.0.5845.141
• Edge (web) • edge • web-javascript • Microsoft Edge 114.0.1823.51

[√] Network resources
• All expected network resources are available.

• No issues found!

Version

7.9.0

Steps to Reproduce

Upgrade uuid to version 4.0.0 and run flutter pub get

Expected Result

Dependencies to be resolved

Actual Result

Resolving dependencies...
Because sentry_flutter >=7.9.0 depends on sentry 7.9.0 which depends on uuid ^3.0.0, sentry_flutter >=7.9.0 requires uuid ^3.0.0.
So, because flutter_test_app depends on both uuid ^4.0.0 and sentry_flutter ^7.9.0, version solving failed.

Are you willing to submit a PR?

None

@buenaflor
Copy link
Contributor

hi! thank you for the issue, I'll look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants