Flutter Webview Form Post
问题 Below is code in PHP for PayU Payment gateway integration. Payment Gateway is opened via a Post form submit and form action is url https://sandboxsecure.payu.in Using Webview we can redirect to https://sandboxsecure.payu.in. but need to send the data as well. Can we create similar flow in flutter web? Possible flow Flutter Web --- > Submit form and open webview to show PayU Page --> After payment come back to flutter web note - Hash generation will be done via third party API. <?php $MERCHANT