How to send arabic word with a http.Mutli part form data in flutter
I’m using the http package in order to send multi part – form data request to the server, it works great and the server are able to parse the files and fields, but I’m getting problem when trying to send with the request a field that contains arabic word then this field is parsed in… Read More How to send arabic word with a http.Mutli part form data in flutter