splitio / flutter-sdk-plugin

Apache License 2.0
1 stars 3 forks source link

Get treatments for multiple traffic types - Is it possible? #123

Open vincevargadev opened 1 week ago

vincevargadev commented 1 week ago

We have multiple traffic types in the app. Think of it like on a per user level, and per team level.

I wanted to fetch the treatments for each, but it only works for one kind at a time.

Is it a known limitation, or is there something I'm doing wrong?

agustinona commented 1 week ago

Hey @vincevargadev , seems like you are looking for shared clients: https://help.split.io/hc/en-us/articles/8096158017165-Flutter-plugin#instantiate-multiple-sdk-clients

Does this feature not provide what you need?