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.
- Host: GitHub
- URL: https://github.com/predidit/linux_webview_window
- Owner: Predidit
- License: apache-2.0
- Created: 2024-07-25T07:45:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T05:22:40.000Z (over 1 year ago)
- Last Synced: 2024-08-23T06:24:24.725Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)