- Migrated from the deprecated package_info plugin to package_info_plus.
- Add support for passing value in an event (thanks KawachenCofinpro)
- Fix crash when User-Agent isn't available.
- Fix iOS build
- null-safety compatibility
- Fix user agent issue on web.
- Removing dependency on intl and intl_translation to be Flutter 2.0 compatible
- Making sure to catchError in the proper sequence to avoid null exceptions.
- Adding an example application.
- Making
TraceableStatelessWidget
,TraceableStatefulWidget
andTraceableInheritedWidget
constructorsconst
.
- Fixing documentation.
- Flutter 2.0 compatibility.
- Do not set User-Agent on the web as it doesn't now work on certain browsers.
- Fix web compatibility.
- Add support for web user agent.
- Configurable VisitorId.
- Fixing documentation.
- Initial release of a Dart Matomo Client.