How do you post data to URL in flutter Webview?

encode(“firstname=Foo&lastname=Bar”)); controller. postUrl(url: Uri. parse(“https://example.com/my-post-endpoint”), postData: postData); where the postData is the Body of the request in x-www-form-urlencoded format.

Sizin İçin Seçtik  How do I add a JavaScript file to flutter?

Leave a Reply

Your email address will not be published. Required fields are marked *