Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 16:04
· 34 commits to main since this release

The Flutter tracker now works with Flutter 3!

We've updated the versions of the internal Snowplow trackers: it now uses JavaScript tracker v3.5 (for Web), Android v4, and iOS v4. The upgrade to JavaScript tracker v3.5 meant we were able to remove a JS file, making the tracker load more easily, and most importantly, load using Flutter 3.

The ability to set a custom POST path has also been added. Thanks to @erickok for the suggestion.

CHANGELOG

New Features
Configure custom POST path (#15)

Bug fixes
Remove loading custom JavaScript for session context and reading cookies (#13)

Under The Hood
Upgrade underlying mobile native trackers to version 4 (#17)
Fix schema link in documentation for ScreenView (#12)
Upgrade min Flutter, Dart and Android SDK versions and upgrade dependencies (#19) - thanks @koga for the Android upgrade!