flutter_full_pdf_viewer
flutter_full_pdf_viewer copied to clipboard
Does this package work?
Sorry for the strange question but after adding "flutter_full_pdf_viewer" my project builds (?) and shows up briefly in the android emulator, then crashes and the popup "installing app.apk" remains open. Did anyone else experience this? I am not sure what could be causing this.
Apparently the issue was related to the presence of SingleChildScrollView and / or BoxConstraints. Now I can build just fine but PDFViewerScaffold() is taking the whole screen hiding the app drawer icon. Is there a workaround for this?
Could you please share a screenshot of the screen?
Apparently the issue was related to the presence of SingleChildScrollView and / or BoxConstraints. Now I can build just fine but PDFViewerScaffold() is taking the whole screen hiding the app drawer icon. Is there a workaround for this?
Just Wrap the PDFViewerScaffold inside another Scaffold in body or use Columns/Stacks