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

Update the Uuid dependency #127

Closed clemortel closed 1 year ago

clemortel commented 1 year ago

Hi!

If possible, could the uuid dependency be updated from ^3.0.7 to ^4.2.1 for the next release? Thanks! Have a good day !

TesteurManiak commented 1 year ago

Not sure that we can upgrade to the latest v4.2.1, dependencies upgrade are handled by our dependabot, if it didn't offered to upgrade from uuid: ^4.1.0 (on main branch) it might be because another dependency is blocking it.

If v4.1.0 is still acceptable for you, while waiting for the next release on pub.dev you can directly point to the main branch or a specific commit from your pubspec.yaml.

dependencies:
  matomo_tracker:
    git:
      url: git@github.com:Floating-Dartists/matomo-tracker.git
      ref: main