papyrus_windows 0.1.0
papyrus_windows: ^0.1.0 copied to clipboard
Windows WebView2 implementation for Papyrus.
0.1.0 #
- Initial release.
- Windows WebView2 backend for the Papyrus federated plugin.
- Uses the Flutter desktop overlay model; initial loads are buffered until WebView2 environment and viewport are ready.
- Statically links the WebView2 loader —
WebView2Loader.dlldoes not need to be shipped separately. - Surfaces
webViewUnavailablewith diagnostics when WebView2 Runtime is absent. - Navigation routed through
NavigationStarting/NewWindowRequested;clearCache/clearStoragebacked by profile browsing-data clearing.