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.
// Example for papyrus_windows.
//
// This package is the Windows 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_windows/papyrus_windows.dart';
void main() {
// PapyrusWindows is registered automatically via the Flutter plugin mechanism.
// Use PapyrusController and PapyrusView from the `papyrus` package instead.
}