braze-inc / braze-flutter-sdk

Public repo for the Braze Flutter SDK
Other
15 stars 29 forks source link

[Feature]: Flutter Integration with Segment #59

Open lironzemingo opened 7 months ago

lironzemingo commented 7 months ago

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?

jerielng commented 7 months ago

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.