matomo 0.1.1 matomo: ^0.1.1 copied to clipboard
Cross-platform Matomo tracking for Flutter, using the Matomo API and written in pure Dart.
[0.1.1] - 2021/04/28 #
- Fix iOS build
[0.1.0] - 2021/04/07 #
- null-safety compatibility
[0.0.10] - 2021/03/24 #
- Fix user agent issue on web.
[0.0.9] - 2021/03/03 #
- 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
.
[0.0.8] - 2021/03/03 #
- Fixing documentation.
[0.0.7] - 2021/03/03 #
- Flutter 2.0 compatibility.
[0.0.6] - 2021/01/05 #
- Do not set User-Agent on the web as it doesn't now work on certain browsers.
[0.0.5] - 2020/12/29 #
- Fix web compatibility.
[0.0.4] - 2020/11/17 #
- Add support for web user agent.
[0.0.3] - 2020/11/08 #
- Configurable VisitorId.
[0.0.2] - 2020/09/07 #
- Fixing documentation.
[0.0.1] - 2020/09/07 #
- Initial release of a Dart Matomo Client.