Skip to content

Cannot add new entries in Tree view - Flutter Flow #6

@looganxx

Description

@looganxx

return Container(
width: widget.width,
height: widget.height,
child: JsonEditor(
onChanged: (_) {},
json: jsonEncode(widget.json),
themeColor: Color(0xFF4B39EF),
));

this is my configuration

I'm able to edit the already existing values of json object, but i can't add new string, list or object.
Instead, in text visualization I can make any modification.

What am I missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions