papyrus_android 0.1.1 copy "papyrus_android: ^0.1.1" to clipboard
papyrus_android: ^0.1.1 copied to clipboard

PlatformAndroid

Android System WebView implementation for Papyrus.

example/lib/main.dart

// Example for papyrus_android.
//
// This package is the Android 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_android/papyrus_android.dart';

void main() {
  // PapyrusAndroid is registered automatically via the Flutter plugin mechanism.
  // Use PapyrusController and PapyrusView from the `papyrus` package instead.
}