analytics_flutter
analytics_flutter copied to clipboard
The hassle-free way to add Segment analytics to your Flutter app.
Hi, We've been using the key word `company` to set the user's company name in MixPanel (prior to using this SDK). We are now using this SDK and I was...
Wondering when this package would be out of Beta? Totally understand that you might not know time scales but is there a road map or other? Showing what needs to...
The goal is to change the user traits when the user logout from his account (for example `user1`) and login into another account (for example `user2`) when this happend the...
Hello - I'm attempting to migrate my app to use the latest analytics_flutter package, but when I try to add the appsflyer plugin, it doesn't initialize properly. This is how...
Resolves an issue with share_plus and segment_analytics having conflicting web versions by updating web to a version that share_plus requires.
In this PR https://github.com/segmentio/analytics_flutter/pull/73 it seems that you guys added a new property to `Configuration` class which is `token`, but what happens if the device token is only acquired after...
Patches for following Github issues: **1. Github Issue #144** **2. Github Issue #147** **3. Github issue #138** **4. Github Issue #152** **5. Github Issue #98**
Hello everyone, I've been testing this package and I'm correctly instantiating analytics, as well as adding the AppsFlyer plugin. However, when the event is sent to Segment Twilio, the integration...
Hi everyone, Regarding issue #152, I've identified and resolved an issue where track and screen events were not transmitting active integration information (it was consistently null). This update ensures that...