Floating-Dartists / matomo-tracker

A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API.
https://pub.dev/packages/matomo_tracker
MIT License
26 stars 28 forks source link

Bug: Support newer uuid version #140

Closed c-seeger closed 8 months ago

c-seeger commented 8 months ago

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 commented 8 months ago

cc: @TesteurManiak

c-seeger commented 8 months ago

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

pubspec.yaml

matomo_tracker:
  git:
    url: git@github.com:Floating-Dartists/matomo-tracker.git
    ref: main
TesteurManiak commented 8 months ago

Closing this as solved by #136

c-seeger commented 8 months ago

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

TesteurManiak commented 8 months ago

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 commented 8 months ago

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