- Bumped
device_info_plus
to7.0.1
- Bumped
package_info_plus
to3.0.1
- Bumped Dart SDK version to
2.17.0
- Removed logging dependency
- Removed universal_platform dependency
- Contribution from Paula Petcu
- Addition of a
TraceableWidget
to trackStatelessWidget
.
- Fix #18
- Fix #16 (Contribution from Paula Petcu)
- Updated dependency device_info_plus to version 4.1.2
- Updated dependency http to version 0.13.5
- Contribution from lsaudon
- Updated dependency device_info_plus to 4.0.1
- Updated dependency
package_info_plus
to1.4.3
- Fixed analysis warnings
- 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.
- Fix #9 (Contribution from Marvin Möltgen)
- Deprecated
MatomoTracker.trackEvent.name
useMatomoTracker.trackEvent.eventName
instead - Deprecated
MatomoTracker.trackEvent.widgetName
useMatomoTracker.trackEvent.eventCategory
instead
- Deprecated
- Contributions from Marvin Möltgen
- fix #8: Send country code only in combination with auth_token
- Contributions from Marvin Möltgen
- fix: Now exporting the
Visitor
class #6
- fix: Now exporting the
- Contributions from Marvin Möltgen
- Updated README with new logo and link to Matomo Integrations page
- Added
path
property toTraceableClientMixin
- Improved documentation
- Fixed default
TraceableClientMixin.widgetId
, nownull
and you will have to set it manually with a length of 6 characters - Migrated example app to null-safety
- Fixed README.md typo
- Improved documentation
- Updated README with pub version & Matomo Tracking documentation link
- Fixed
visitorId
not being set for future visits
- Initial release of matomo-tracker