flutter_pdfview_platform_interface 1.0.0
flutter_pdfview_platform_interface: ^1.0.0 copied to clipboard
A common platform interface for the flutter_pdfview plugin.
1.0.0 #
- Initial release, extracted from
flutter_pdfview1.5.0. - Adds
FlutterPdfViewPlatform,PdfViewPlatformController,PdfViewCreationParams,PdfViewSettingsandPdfViewCallbacks. - Ships
MethodChannelFlutterPdfView, the default implementation backed by theplugins.endigo.io/pdfviewplatform view and the per-viewplugins.endigo.io/pdfview_<id>method channels. The wire format is unchanged fromflutter_pdfview1.5.0, so existing native implementations keep working. - Moves the shared value types (
FitPolicy,PageAlignment,PdfColorMode,PDFPasswordFailure, and the callback signatures) here;flutter_pdfviewre-exports them, so app code needs no changes.