flutter_math icon indicating copy to clipboard operation
flutter_math copied to clipboard

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

Open edhom opened this issue 4 years ago • 0 comments

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}');
  },
)

edhom avatar Mar 10 '21 10:03 edhom