I need to use iOS UIWebView in my Flutter application. I there a Flutter package which implements UIWebView? There are a lot of packages implementing WKWebView, but I did not find UIWebView for Flutter.
PS I need to intercept http requests from WebView. It is possible to do it with WKWebView, but this solution has a lot of problems. That is why I want to use UIWebView.