snowplow_tracker 0.5.0 copy "snowplow_tracker: ^0.5.0" to clipboard
snowplow_tracker: ^0.5.0 copied to clipboard

A package for tracking Snowplow events in Flutter apps

0.5.0 #

  • Add lifecycle autotracking config option (#39)

0.4.0 #

  • Add configuration for setting custom HTTP headers for requests to the collector (#34)
  • Upgrade underlying iOS and Android trackers to version 5 (#36)
  • Remove deprecated kotlin-android-extensions plugin in example app (#35)
  • Upgrade JavaScript tracker in the example app to version 3.13

0.3.0 #

  • Enable screen and application context on mobile (#27)
  • Add anonymous tracking features (#16)

0.2.0 #

  • Configure custom POST path (#15)
  • Upgrade underlying mobile native trackers to version 4 (#17)
  • Fix schema link in documentation for ScreenView (#12)
  • Remove loading custom JavaScript for session context and reading cookies (#13)
  • Upgrade min Flutter, Dart and Android SDK versions and upgrade dependencies (#19) - thanks @koga for the Android work!

0.1.0 #

  • Add route observer for auto tracking screen or page view events on navigation (#9)

0.1.0-alpha.2 #

  • Add page view events and activity tracking on Web (#6)

0.1.0-alpha.1 #

  • Add action to publish release to pub.dev and GitHub (#3)

0.1.0-dev.1 #

  • Initial pre-release.