Skip to content
Advertisement

Tag: flutter-inappwebview

send data using flutter-inappwebview to web page

I’m using inappwebview package, which opens a web page. I want to receive some data from my Flutter app to my web page (php/html) or there’s may be some better option? Basically the user select a product in the app and then the inappwebview package will open this web page to show some specific products). I have found that inappwebview

Advertisement