andre-paraense / launchdarkly_flutter

A LaunchDarkly Flutter SDK
GNU Lesser General Public License v3.0
4 stars 5 forks source link

Add support for custom user parameters #19

Closed ookami-kb closed 4 years ago

ookami-kb commented 4 years ago

Is your feature request related to a problem? Please describe. There's no support for custom user parameters in user builder.

Describe the solution you'd like Add optional parameter e.g. Map<String, String> custom to init method. It can call corresponding builder methods for Android/iOS sdk:

builder.custom("param", "value")
user.custom = ["param": "value"]

Describe alternatives you've considered Nothing I can think of.

Additional context No.

andre-paraense commented 4 years ago

Hi, @ookami-kb , thanks for filing this one, we will be looking into it soon, but no time guarantee on this, since we have been quite busy. If you have urgency and feel like contributing, we can accept PRs from you as well. If you can wait, we will be using this issue here to evolve this.

ookami-kb commented 4 years ago

Hi, no problem, I will create a PR for that.