matomo_tracker 1.3.0
matomo_tracker: ^1.3.0 copied to clipboard
A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API.
Changelog #
1.3.0 #
- Contribution from Isaudon
- Updated dependency
device_info_plusto4.0.1 - Updated dependency
package_info_plusto1.4.3 - Fixed analysis warnings
- Updated dependency
1.2.1 #
- Added support for Visitor's userId
- Solves #12 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.nameuseMatomoTracker.trackEvent.eventNameinstead - Deprecated
MatomoTracker.trackEvent.widgetNameuseMatomoTracker.trackEvent.eventCategoryinstead
- Deprecated
1.1.2 #
- Contributions from Marvin Möltgen
- fix #8: Send country code only in combination with auth_token
1.1.1 #
- Contributions from Marvin Möltgen
- fix: Now exporting the
Visitorclass #6
- fix: Now exporting the
1.1.0 #
- Contributions from Marvin Möltgen
1.0.3+1 #
- Updated README with new logo and link to Matomo Integrations page
1.0.3 #
- Added
pathproperty toTraceableClientMixin - Improved documentation
1.0.2 #
- Fixed default
TraceableClientMixin.widgetId, nownulland 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
visitorIdnot being set for future visits
1.0.0 #
- Initial release of matomo-tracker