flutter_full_pdf_viewer
flutter_full_pdf_viewer copied to clipboard
Android appBar is covered by _rect.
Please check the _buildRect. AppBar is covered by the Rect. Maybe you are missing the status bar height in Android.
Could you send me screenshots? For now I'm not understanding what the problem is, sorry...
Happened to me as well, to fix it just don't wrap the page route with Scaffold
But rather Material
(since the package already have Scaffold
which this is why it happens)
@idofilus Can you explain your changes? I'm also having this problem and unable to resolve it.