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

Feat/#53 cookieless mode #55

Closed TesteurManiak closed 1 year ago

TesteurManiak commented 1 year ago

Fix #53

The main idea here is to use an instance of CookielessStorage which will wrap the underlying LocalStorage implementation to fake the calls to getFirstVisit, setFirstVisit, getVisitorId and setVisitorId.