You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can this Flutter plugin be integrated with the Flutter Segment plugin?
in the native SDK, it was possible to simply set Braze as a destination.
how is this achieved in Flutter?
The text was updated successfully, but these errors were encountered:
Hi @lironzemingo are you referring to this Segment plugin here? Unfortunately, we don't support the Braze destination at the Flutter level, only for Swift and Kotlin natively. You should be able to use those native plugins to generate a Braze instance and replace the Braze instance assignment in this part. However, you may need to test whether the Segment Analytics instance generated natively conflicts with the Flutter Segment instance.
If you would like to see a more Flutter-specific plugin for Segment, feel free to file a product request here.
hokstuff
changed the title
Integration with Segment
[Feature]: Flutter Integration with Segment
Nov 13, 2023
How can this Flutter plugin be integrated with the Flutter Segment plugin?
in the native SDK, it was possible to simply set Braze as a destination.
how is this achieved in Flutter?
The text was updated successfully, but these errors were encountered: