endigo / flutter_pdfview

PDF view for Flutter
https://pub.dev/packages/flutter_pdfview
MIT License
262 stars 216 forks source link

Problem on iOS with BackdropFilter and ColorFIltered #213

Open zatovagul opened 2 years ago

zatovagul commented 2 years ago

I am trying to change colors on PdfView, on Android it works correct, but on iOS it's just make solid color under the PdfView without changing real colors inside the Widget. And When I am calling bottomSheet under the PdfView with BackdropFilter to make blur effect, there is no any blur effect, only under the PdfView. Other parts of the screen are blurred

zatovagul commented 1 year ago

BackdropFilter Fixed in the flutter channel master

But ColorFiltered still not working