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: renamed trackScreen methods to trackPageView and fixed linting #110

Closed TesteurManiak closed 1 year ago

TesteurManiak commented 1 year ago

As suggested by @EPNW-Eric in his comment (https://github.com/Floating-Dartists/matomo-tracker/pull/109#issue-1742457658), I've renamed the trackScreen and trackScreenWithName to trackPageView and trackPageViewWithName. The parameter screenId was also renamed to pvId.

I've also updated the dev_dependency fd_lints to use the latest v2.0.0 with its new custom rules and made the refactor accordingly.

TesteurManiak commented 1 year ago

LGTM, but why is there so many change in the example application ?

Some iOS files were re-generated, it happens from time to time when the version of Flutter or Xcode is updated