fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

How do i open URL in background and get its json response in variable?? #885

Open nalinnishant opened 3 years ago

nalinnishant commented 3 years ago

I want to open URL in background and then get its json content by calling a function when user clicked on a button?? how do i do this with the help of this plugin?? atleast give me some idea of how to get json content of the URL using this plugin??

I also tried to ask the same question on stackoverflow but no one have a answer for your plugin... that's why i asked here it may help others in future.