Eduard Carreras
Eduard Carreras
Any plans on merge this to fix #37?
My implementation on @dodatw workaround, just in case someone needs it: ``` Future waitForCompletion() async { var completer = Completer(); listener() { if (webview!.isNavigating.value == false) { webview!.isNavigating.removeListener(listener); completer.complete(false); }...
Not working either in MacOS, same issue. Any workaround?
Found the workaround of adding to `dev_dependencies` and executing `dart run package_rename `instead of activating globally.