papyrus_android 0.1.1
papyrus_android: ^0.1.1 copied to clipboard
Android System WebView implementation for Papyrus.
// 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.
}