flutter_plugin_pdf_viewer
flutter_plugin_pdf_viewer copied to clipboard
app crash with android kitkat
Apparently this plugin uses Android PdfRenderer which is only available starting in API 21 (Lollipop) but the plugin itself declares minimum API 16 in it's build.gradle file.
That's probably why it's crashing, the class doesn't exist in Android Kitkat.