An open API service indexing awesome lists of open source software.

https://github.com/predidit/linux_webview_window

linux_webview_window is a specialized fork of the desktop_webview_window package. It focuses on Linux-specific enhancements and aims to provide a more efficient and streamlined experience for Linux.
https://github.com/predidit/linux_webview_window

Last synced: 8 months ago
JSON representation

linux_webview_window is a specialized fork of the desktop_webview_window package. It focuses on Linux-specific enhancements and aims to provide a more efficient and streamlined experience for Linux.

Awesome Lists containing this project

README

          

# linux_webview_window

A fork of [desktop_webview_window](https://pub.dev/packages/desktop_webview_window)

# What's new about the fork

- Add `onJavascriptWebMessageReceived` implements on Linux.
- Disable GTK window, so we get a headless webview.
- Remove Windows/MacOS implements, so that we can use more mature webview plugins on Windows/MacOS without redundant binaries.

# Why not retain the fork relationship?

Because the original repository uses a monorepo management model.

# How to use it

See [desktop_webview_window](https://pub.dev/packages/desktop_webview_window)