DEV Community

muralaali
muralaali

Posted on

Issue with Special Characters in Appending Data to a Sheet with Flutter

I am working on an application that integrates with the Zoho API to append data to a Zoho Sheet. I am facing an issue when trying to pass special characters in the CSV data of my API request.

I have a Flutter application where users input various fields, and these…

Top comments (0)