papyrus_macos 0.1.1
papyrus_macos: ^0.1.1 copied to clipboard
macOS WKWebView 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 macOS implementation.
-
Documentation and metadata refinements for pub score conformance.
0.1.0 #
- Initial release.
- macOS WKWebView backend for the Papyrus federated plugin.
- Uses the Flutter desktop overlay path by default; native AppKit platform-view
path available via
PAPYRUS_USE_NATIVE_MACOS_PLATFORM_VIEW=true. - Sandboxed apps must add
com.apple.security.network.clientto bothDebugProfile.entitlementsandRelease.entitlements. - Supports print via
NSPrintOperation, snapshot capture, ephemeral storage, and navigation/resource policy enforcement.