Skip to content

Wrap with Obx removes variables from string interpolation #30

@talski

Description

@talski

When I wrap the following widget with Obx, it modifies the code

FocusTraversalOrder(
    order: LexicalFocusOrder('$colIdx'),
    child: Container(),
)

becomes

Obx(() => FocusTraversalOrder(
      order: LexicalFocusOrder(''),
      child: Container(),
)),

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