flutter-segment
flutter-segment copied to clipboard
Segment.io library for flutter
I noticed this package is now discontinued on pub.dev. I saw that Segment has started to create an [official one](https://github.com/segmentio/analytics_flutter). Think it would be best to point people in that...
Similar to this [update](https://github.com/la-haus/flutter-segment/pull/76) - bumping up the Appsflyer SDK iOS version to resolve dependency issue when using both flutter-segment and appsflyer_sdk (version 6.12.2) on flutter.
Hi, I'm using Firebase messaging to get the device token and send it to Segment, using ``` await Segment.setContext({ 'device': { 'token': yourTokenString }, }); await Segment.track(eventName: 'Application Opened'); ```...
We are using the `flutter_segment v3.13.1` in our app and while updating the app it got rejected saying that the segment version we are using does not comply with Google's...
Having configured the integration with appsflyer, it usually happens that events are sent with: integrations: {}, is there any reason for this to happen?
Attempt to invoke interface method 'int java.lang.CharSequence.length()' on a null object reference
Getting this error on every build `E/FlutterSegment(12833): Attempt to invoke interface method 'int java.lang.CharSequence.length()' on a null object reference` Android simulator x86 64
Hi, I see that in iOS there is a way to report that a push was recieved: `Analytics.shared().receivedRemoteNotification. `Is there a way to do the same in Flutter?
# Current We add integration with things like amplitude, firebase and so on and that requires that the dependency is added on each platform like this: - Android: https://github.com/la-haus/flutter-segment/blob/master/android/build.gradle#L38 -...
Since I updated flutter_segment to 3.7.0 I get the following exception on app start when I call `Segment.config(...)` The last working version is 3.3.0
The package's readme file says something about deprecation in `AndroidManifest` and `Info.plist` files. However, it is not clear if the deprecated part is needed in latest versions (for eg: `3.9.0`)....