papyrus_windows 0.1.1
papyrus_windows: ^0.1.1 copied to clipboard
Windows WebView2 backend for Papyrus, a secure policy-driven federated WebView plugin for Flutter apps.
0.1.1 #
-
Added package-local LICENSE and example to improve pub.dev quality signals.
-
Expanded public API documentation coverage for Windows implementation.
-
Documentation and metadata refinements for pub score conformance.
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.