Closed TesteurManiak closed 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.
trackScreen
trackScreenWithName
trackPageView
trackPageViewWithName
screenId
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.
fd_lints
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
As suggested by @EPNW-Eric in his comment (https://github.com/Floating-Dartists/matomo-tracker/pull/109#issue-1742457658), I've renamed the
trackScreen
andtrackScreenWithName
totrackPageView
andtrackPageViewWithName
. The parameterscreenId
was also renamed topvId
.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.