matomo_tracker 2.0.0 copy "matomo_tracker: ^2.0.0" to clipboard
matomo_tracker: ^2.0.0 copied to clipboard

A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API.

Changelog #

[2.0.0] #

  • Breaking Change: Removed name and widgetName arguments from trackEvent method
  • Contributions from Chris Tomlinson
    • fix: Problem with visitor id #26
    • fix: PII in the user agent string can cause tracking failure #39
  • Contribution from Johann Schramm
    • fix: queue in matomo.dart breaks tracking #33
  • Contribution from Scolnet
    • Add pause and resume capabilities
  • Contribution from Pierre Monier
    • Added tests and code coverage
  • Bumped device_info_plus to 8.0.0
  • Bumped package_info_plus to 3.0.2
  • Bumped uuid to 3.0.7

[1.7.0] #

  • Bumped device_info_plus to 7.0.1
  • Bumped package_info_plus to 3.0.1

[1.6.0] #

[1.5.0] #

  • Contribution from Paula Petcu
  • Addition of a TraceableWidget to track StatelessWidget.

[1.4.1] #

[1.4.0] #

[1.3.0] #

  • Contribution from lsaudon
    • Updated dependency device_info_plus to 4.0.1
    • Updated dependency package_info_plus to 1.4.3
    • Fixed analysis warnings

[1.2.1] #

  • Added support for Visitor's userId
    • Solves #13 by allowing a userId coming from a third-party source (eg. Firebase) to be linked to the visitor.
    • Is accessible through the setVisitorUserId() method of the MatomoTracker instance.
    • No breaking changes.

[1.2.0] #

  • Fix #9 (Contribution from Marvin Möltgen)
    • Deprecated MatomoTracker.trackEvent.name use MatomoTracker.trackEvent.eventName instead
    • Deprecated MatomoTracker.trackEvent.widgetName use MatomoTracker.trackEvent.eventCategory instead

[1.1.2] #

  • Contributions from Marvin Möltgen
    • fix #8: Send country code only in combination with auth_token

[1.1.1] #

[1.1.0] #

  • Contributions from Marvin Möltgen
    • feat: Allow to see the opt out status #5
    • feat: Allow tracking of outlinks #4
    • feat: Send country code #2
    • feat: Allow search tracking #3

[1.0.3+1] #

  • Updated README with new logo and link to Matomo Integrations page

[1.0.3] #

  • Added path property to TraceableClientMixin
  • Improved documentation

[1.0.2] #

  • Fixed default TraceableClientMixin.widgetId, now null and you will have to set it manually with a length of 6 characters
  • Migrated example app to null-safety

[1.0.1+2] #

  • Fixed README.md typo
  • Improved documentation

[1.0.1+1] #

  • Updated README with pub version & Matomo Tracking documentation link

[1.0.1] #

  • Fixed visitorId not being set for future visits

[1.0.0] #

  • Initial release of matomo-tracker
32
likes
120
pub points
93%
popularity

Publisher

verified publisherfloating-dartists.dev

A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

clock, device_info_plus, flutter, http, package_info_plus, shared_preferences, uuid

More

Packages that depend on matomo_tracker