Pixelation Shader not working with Backdrop filter.
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
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.
Support for this was added to the engine, but you need to use the new ImageFilter.shader and not this package.