FormData fromMap in UNO
How to migrate this information format from DIO to UNO
Check the documentation:

I followed the documentation as described, but I was unable to transcribe the following method to UNO.
O ERRO: 'UnoError: Data body isn`t a json. Please, use other [ResponseType] in request.
I followed the documentation as described, but I was unable to transcribe the following method to UNO.
O ERRO: 'UnoError: Data body isn`t a json. Please, use other [ResponseType] in request.
This error is related to the return of data. The return, by default is a json, if you prefer a different type of json (coming from your backend) then you must change the ResponseType
Check v1.1.1
Thanks @ jacobaraujo7, but when I tried to use UNO it showed Scheme not starting with alphabetic character &https://url.com is showing Ampersand before https. I'm analyzing what could have happened.
Thanks @ jacobaraujo7, but when I tried to use UNO it showed
Scheme not starting with alphabetic character&https://url.com is showing Ampersand before https. I'm analyzing what could have happened.

Thanks @joaojsrbr and @brunobmorais Fixed. Version 1.1.2 published
As said in the comment above, resolved in version 1.1.2, so I will close this issue.