flutter_full_pdf_viewer icon indicating copy to clipboard operation
flutter_full_pdf_viewer copied to clipboard

Android appBar is covered by _rect.

Open Richtervn opened this issue 6 years ago • 3 comments

Please check the _buildRect. AppBar is covered by the Rect. Maybe you are missing the status bar height in Android.

Richtervn avatar Jan 21 '19 09:01 Richtervn

Could you send me screenshots? For now I'm not understanding what the problem is, sorry...

albo1337 avatar Feb 27 '19 12:02 albo1337

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 avatar Jun 19 '19 15:06 idofilus

@idofilus Can you explain your changes? I'm also having this problem and unable to resolve it.

EricPHassey avatar Jul 09 '19 07:07 EricPHassey