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

refacto: uniformized and enforced parameters of tracking methods #106

Closed TesteurManiak closed 1 year ago

TesteurManiak commented 1 year ago

I've uniformized the parameters of the different tracking... methods into named parameters. I've also enforced the typing on some of those parameters and simplified the integration of some comments with template and macro annotations.