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 135 forks source link

TeXViewDocument render hight problem with details view #70

Open nilsmechanix opened 4 years ago

nilsmechanix commented 4 years ago

Hello, I want to be able to show hints in my App. I'm using

<details>
  <summary>Hint</summary>
     <p>     
        Some explanation TeX ..
     </p>
</details> 

for this.

However when the flutter_tex package renders the code it doesn't incorporate the necessary added height. So the code is cut of at some point (and you can't scroll down any further).

Bellow are two picture to further explain the problem:

2020-07-16 20_57_08-Android Emulator - Nexus_5X_API_29_5554 2020-07-16 20_57_28-Android Emulator - Nexus_5X_API_29_5554

Thanks for you help!

Question: Are you using the latest version of flutter_tex package? pub package Answer: yes

Question: If you are looking for a feature, have you watched the Demo Video and gone through the examples folder? Answer: yes

hongquang198 commented 3 years ago

I'm having the same issues but the problem is with the width. The maths/physics formula won't get displayed in all if it's too long