Home > OS >  How to create this effect with flutter. I used BackdropFilter but I think It's not right
How to create this effect with flutter. I used BackdropFilter but I think It's not right

Time:09-24

Image here

I try do apply this effect for my UI. But I can't create a spillover effect.

Thank you for all awser.

CodePudding user response:

This lib builds on BackdropFilter and ImageFilter https://pub.dev/packages/blur

This is also a useful article if you want to implement it yourself. https://medium.com/fluttervn/how-to-make-blur-effect-in-flutter-using-backdropfilter-imagefilter-559ffd8ab73

  • Related