papyrus_linux 0.1.1
papyrus_linux: ^0.1.1 copied to clipboard
Linux WebKitGTK backend for Papyrus, a secure policy-driven federated WebView plugin for Flutter apps.
// Example for papyrus_linux.
//
// This package is the Linux 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_linux/papyrus_linux.dart';
void main() {
// PapyrusLinux is registered automatically via the Flutter plugin mechanism.
// Use PapyrusController and PapyrusView from the `papyrus` package instead.
}