HomeX-It / snowplow-flutter-tracker

Snowplow event tracker for Flutter. Add analytics to your Flutter apps and games http://snowplowanalytics.com
MIT License
5 stars 7 forks source link

Platform context and geo context #18

Closed ohitsdaniel closed 3 years ago

ohitsdaniel commented 3 years ago

Resolves #10.

Needs rebasing after merging #17 as it builds on top of the previous work. Will take care of that. :) Rebased and ready to review! :)

Based on the Android documentation, mobile context is the same as platform context on iOS. Therefore, whenever either the mobile context or the platform context are enabled, we enable the platform context.

ohitsdaniel commented 3 years ago

Ready to merge then? :)