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

Allow multiple instances of the tracker #25

Open ohitsdaniel opened 3 years ago

ohitsdaniel commented 3 years ago

The native iOS snowplow library is currently working on a 2.0.0 release, including the functionality to allow multiple tracker instances instead of just a single instance.

We should prepare our library for that change by removing the strict singleton requirement and letting the library consumer decide how many trackers they want to instantiate/retain.