Im developing a web app using flutter which shows mcqs. Mcqs might be in simple text or in equations. Im using firebase to i have textual data which i convert using flutter_tex package to show equations which works fine.
I want to create a feature which print those mcqs on a4 paper but the issue is im successfully create and store plain text in pdf and download it but the equations are not tricky to ..

Read more