-
Notifications
You must be signed in to change notification settings - Fork 49
Avoid using ^ in pubspec.yaml #25
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
Comments
Hi @kuznetsov-from-wonderland thank you for your report, we start looking into this. |
The cause of the issue here is not the |
Hi @edsonjab, @maxlapides Is it ok to depends on both uuid 3 & 4 like so? So many popular flutter & dart packages depends on uuid: ^3.0.0 |
Because every version of analytics from git depends on uuid ^4.0.0 and sentry 7.10.1 depends on uuid ^3.0.0, analytics from git is incompatible with sentry 7.10.1. |
Because share_plus_platform_interface 3.3.0 depends on uuid ^3.0.7 and no versions of share_plus_platform_interface match >3.3.0 <4.0.0, share_plus_platform_interface ^3.3.0 requires uuid ^3.0.7. |
Try adding this to your pubspec.yaml file:
|
Hey, segment flutter developers
Once again we're seing an issue
That happens because you use ^ notation in your
pubspec.yaml
and do not pin your dependencies. Why don't you mind pinning specific versions?Sad trueth is - this package is the worst maintained enterprise package I ever worked with.
The text was updated successfully, but these errors were encountered: