Shahxad-Akram / flutter_tex

A Flutter Package to render Mathematics, Physics and Chemistry Equations based on LaTeX
https://pub.dartlang.org/packages/flutter_tex
Other
277 stars 134 forks source link

Taking extra space at The latest version ^ 4.0.3 + 4 #130

Open faisal-kabir opened 2 years ago

faisal-kabir commented 2 years ago

My code

TeXView(
      renderingEngine: TeXViewRenderingEngine.katex(),
      child: TeXViewDocument(r""""""+text, style: MathTextStyle(style: style,maxLines:maxLines,overflow:overflow,textAlign:textAlign),),
    )

Simulator Screen Shot - iPhone 13 - 2022-06-20 at 11 31 57

MohammadRijwan commented 6 months ago

How did you fixed this issue can you provide me information