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

Ping implementation #79

Closed EPNW-Eric closed 1 year ago

EPNW-Eric commented 1 year ago

This PR implements the ping logic (#78), it is based on the dequeue logic.

I also changed the type of the dequeueInterval parameter to Duration from int, which is imo a bit clearer.

TesteurManiak commented 1 year ago

Thanks (again) for the contribution! 😀 I'll try to take a look at it as soon as I can.