Skip to content

Square root only displays on the second frame (web only) #41

@edhom

Description

@edhom

If you rebuild every frame, the square root cannot be displayed at all.

AnimatedBuilder(
  animation: _someAnimationController,
  builder: (context, child) {
    return Math.tex(r'\sqrt{2}');
  },
)

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