jonahwilliams/flutter_shaders

Pixelation Shader not working with Backdrop filter.

immi420 opened this issue · 2 comments

I want this type of effect in Flutter and it seems the Pixelation shader will work.
but using it with BackdropFilter Nothing Happens.
Do you have any guide to use it with BackdropFilter?

Reference Image:
Instagram Profile View

F1vPIa6aAAA26wb

Its currently not possible with the APIs exposed in the flutter framework. We'd need the ability to generate an ImageFilter from a user authored fragment program.

That would actually more or less eliminate the need for this package :)

I've been thinking about this for a while, I'll file a bug with my thoughts on flutter/flutter and link that here.

Thanks, i hope it'll come up in the next Updates.