analytics_flutter
analytics_flutter copied to clipboard
The hassle-free way to add Segment analytics to your Flutter app.
Hi, I am currently developing a Flutter desktop application and utilizing your segment_analytics package. I have noticed that the package is automatically saving files in the documents directory (please see...
I would like to know if the is any way to add the device token to the context. In the package created by a community member there was a way...
Hey team, For example app code repo, we have the functions of analytics.track() and analytics.identify(). However, there was a lack of unit test cases for the event tracking. Can we...
Hi Are we have any method to set Amplitude SessionId just like: https://segment.com/docs/connections/destinations/catalog/amplitude/#sessionid
Hi, Are there plans for Amplitude plugin support? Similar to https://github.com/segment-integrations/analytics-ios-integration-amplitude and https://github.com/segment-integrations/analytics-android-integration-amplitude.
All, our flutter desk apps have been released on macOS and Windows. Can we get this to support Windows?
In the native SDK, it is possible to add destinations, including [Braze](https://segment.com/docs/connections/destinations/catalog/braze/). How can this be achieved with the Flutter lib?
Trying to use `ScreenObserver` will raise following error when using it with nested routers: 'package:flutter/src/widgets/navigator.dart': Failed assertion: line 3362 pos 14: 'observer.navigator == null': is not true. ════════ Exception caught...
After an upgrade to Flutter 3.24.0 the Android variant of my application is no longer building, with an error: ```plain 1: Task failed with an exception. ----------- * What went...