Skip to content

getTraits method is not working #90

@arthurgiani

Description

@arthurgiani

Regardless of the context, whenever I call

final userTraits = await flagsmithClient.getTraits(user)

userTraits returns as an empty list.

Steps to reproduce

  1. trigger await _flagsmithClient?.updateTraits(value: [traits]) with whatever traits you want.
  2. call final userTraits = await flagsmithClient.getTraits(user) right after step 1

Expected result: You should see the traits
Actual result: You receive an empty list from the SDK

Thank you very much!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions