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.
// Example for papyrus_ios.
//
// This package is the iOS platform implementation for Papyrus.
// For a complete runnable example, see the main `papyrus` package:
// https://pub.dev/packages/papyrus
// ignore: unused_import
import 'package:papyrus_ios/papyrus_ios.dart';
void main() {
// PapyrusIos is registered automatically via the Flutter plugin mechanism.
// Use PapyrusController and PapyrusView from the `papyrus` package instead.
}