Skip to content

Getter of values not working #85

Closed
@cacianokroth

Description

@cacianokroth

When I give a _fbKey.current State.value the value is empty!
I noticed that the values ​​of the _value variable are never changed.

  void setAttributeValue(String attribute, dynamic value) {
    if (_fieldKeys[attribute] != null) {
      print("Trying to change value for $attribute to $value");
      _fieldKeys[attribute].currentState.didChange(value);
      print(_fieldKeys[attribute].currentState.value);
    }
  }

***** Looks like this line is missing ********

_value[attribute] = _fieldKeys[attribute].currentState.value;

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