flutter-plugins
flutter-plugins copied to clipboard
WebView not work on WIndows 10
After starting the webview, a separate window appears and the application crashes, there are no errors in the console
Future<void> _startBrowser({String? initialUrl}) async {
webView = await WebviewWindow.create(
configuration: const CreateConfiguration(
windowHeight: 1280,
windowWidth: 720,
title: 'Venom Browser',
),
);
}

Try debug and check the errors and try running flutter verbose
I also encountered this problem in win10