desktop_webview_window 0.0.1 desktop_webview_window: ^0.0.1 copied to clipboard
Show a webview window on your flutter deksktop application.
webview_window #
Show a webview window on your flutter deksktop application.
Windows | ✅ | Webview2 1.0.992.28 |
Linux | ✅ | WebKitGTK |
macOS | ✅ | WKWebview |
Getting Started #
import 'package:webview_window/webview_window.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();
final webview = await WebviewWindow.create();
webview.launch("https://example.com");
}
linux requirement
sudo apt install webkit2gtk-4.0
License #
see LICENSE