flutter_tex
flutter_tex copied to clipboard
The app crashes when the data String is big
I have a basic screen showing one equation (one TeXViewDocument
inside TexView
) with a FloatingActionButton
. When the button is clicked another equation is added to the data string and setState()
is called . This method works fine , however when I reach about 18 equations the app crashes .
There's only 5 equations used repeatedly and they all display fine before reaching 18.
I know this might me a memory issue but I wonder if there was a method to solve it .
Thanks in advance.
@sajjademad No suggestion can be made without seeing your code. So, could you please post your code and the error log.
@sajjademad please show some code