flutter_tex icon indicating copy to clipboard operation
flutter_tex copied to clipboard

The app crashes when the data String is big

Open sajjademad opened this issue 4 years ago • 2 comments

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 avatar Aug 10 '20 19:08 sajjademad

@sajjademad No suggestion can be made without seeing your code. So, could you please post your code and the error log.

sudeshkumara avatar Sep 16 '20 17:09 sudeshkumara

@sajjademad please show some code

Shahxad-Akram avatar Apr 12 '21 07:04 Shahxad-Akram