snowplow / snowplow-flutter-tracker

Snowplow event tracker for Flutter apps
Apache License 2.0
5 stars 8 forks source link

Add media tracking APIs to the tracker (close #49) #50

Closed matus-tomlein closed 6 months ago

matus-tomlein commented 7 months ago

Issue #49

Adds functions to track media events using the Flutter tracker on all platforms (iOS, Android, Web). On the background, this falls back to the APIs in the mobile and JavaScipt tracker.

No automated tracking is implemented in this PR, this is purely exposing the tracking functions.

The new track functions are tested in integration tests.

Documentation for this is updated here: https://github.com/snowplow/documentation/pull/835

matus-tomlein commented 6 months ago

Thanks @mscwilson! 🙏