'How to send user input from TextField to GET method API without body? - Dart

I have a feedback form like this enter image description here the API for it using a GET method without body. I have to send user input from the 3 TextField (Nama, Email, Pesan Anda) to GET method API. enter image description here I'm clueless, my senior said that I have to use url parameters so I can still send data to API without a body. How can I do that?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source