papyrus_ios 0.1.1
papyrus_ios: ^0.1.1 copied to clipboard
iOS 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 iOS implementation.
-
Documentation and metadata refinements for pub score conformance.
0.1.0 #
- Initial release.
- iOS WKWebView backend for the Papyrus federated plugin.
- Maps Papyrus policies to
WKWebViewConfiguration,WKNavigationDelegate, non-persistent data store, and custom URL scheme handlers. - Inline HTML is loaded via
data:URL to align with the macOS WKWebView path. - Supports ephemeral storage, file-access constraints, content-size observation
for auto-height, snapshot capture, and print via
UIPrintInteractionController.