using flutter generating pdf and upload it to firebase storage works in MacOs but not working with WebApp
I am developing a quotation maker app using Flutter for the company I work with. The app generates a PDF document based on the user's selections and stores it in Firebase Storage. The PDF generation and storage work perfectly fine…