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

Bug: Support newer uuid version #140

Closed
c-seeger opened this issue Mar 8, 2024 · 6 comments
Closed

Bug: Support newer uuid version #140

c-seeger opened this issue Mar 8, 2024 · 6 comments

Comments

@c-seeger
Copy link

c-seeger commented Mar 8, 2024

Describe the bug
the current tagged version does not support newer uuid version. The commit that changed this is from January 30 but the last release was October 12 last year. Please create a new release tag to get this change into the latest version.

To Reproduce
Steps to reproduce the behavior:
add uuid >=4.1.0
then try to add matomo_tracker

Expected behavior
works

@c-seeger
Copy link
Author

c-seeger commented Mar 8, 2024

cc: @TesteurManiak

@c-seeger
Copy link
Author

c-seeger commented Mar 8, 2024

Quick workaround for now (since the fix is in main but not in any tag):

pubspec.yaml

matomo_tracker:
  git:
    url: [email protected]:Floating-Dartists/matomo-tracker.git
    ref: main

@TesteurManiak
Copy link
Member

Closing this as solved by #136

@c-seeger
Copy link
Author

c-seeger commented Mar 8, 2024

this doesn't solve the issue since the fix is not released yet

@TesteurManiak
Copy link
Member

It does, the fact that it is not on pub.dev doesn't mean that the issue is not fixed. The PR has been merged and I've already explained in this comment why we haven't already published a new release. Keeping this issue open is not needed.

@c-seeger
Copy link
Author

c-seeger commented Mar 8, 2024

I see. Makes sense. The part you mentioned in the comment was the missing piece here. 👍

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