This is a follow-up to this question, asking if all this was even possible. The WebView package seems really dope. But so far it seems really obscure and dense to me. Almost all of the examples I’ve been able to find refer to seeing other existing web pages and then altering them, but my use case was about having an
Tag: flutter-web
Redirect only on Flutter Web
I’m trying to set up an app that uses a WebView (flutter_webview on pub) on Android and redirects directly on web, as flutter_webview does not work on web. I looked into js on pub and dart:js but that does not work, as Android doesn’t allow dart:js or package:js to be imported at all. Any ideas? I’m using kIsWeb to detect