webview_cef icon indicating copy to clipboard operation
webview_cef copied to clipboard

Convert this package to a federated plugin

Open TekExplorer opened this issue 6 months ago • 0 comments

I would like to use the linux implementation of this package without the macos or windows implementations.

inapp_webview does not have linux support, and the combination of flutter_webview and webview_windows also excludes linux.

flutter_linux_webview does not support js channels

Including this package causes issues for builds, because the plugin includes code and build hooks that are completely unnecessary for those platforms.

therefore, please split the package up into federated packages, similar to other plugins like inapp_webview.

TekExplorer avatar Aug 24 '25 22:08 TekExplorer