Flutter – FormatException: SyntaxError: Unexpected end of JSON input
I am getting this error in my flutter app during the api integration phase. I have checked the backend apis through postman they are working fine. But when i integrate it with frontend and then check it gives 404 Not…