andre-paraense / launchdarkly_flutter

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

Add identify method support #25

Closed ookami-kb closed 4 years ago

ookami-kb commented 4 years ago

Requirements

Related issues

Fixes #24

Describe the solution you've provided

Added identify method. I've also updated the way anonymous user are treated: if null is passed as userKey, a new UUID will be generated and passed (together with setting isAnonymous parameter to true).

How to test?

Log in/Log out button was added to the example app that switches users context.