1

I want to add to come up with the following UI in flutter. I added two containers with Stack for the desired locations on the screen. However, I couldn't make them shine and look like the following image. Thanks

enter image description here

normativepcoder
  • 285
  • 3
  • 9
  • Does this help https://stackoverflow.com/questions/56420822/how-to-add-a-neon-glow-effect-to-an-widget-border-shadow? – CarlosSR May 02 '22 at 18:00

1 Answers1

0

Have a look at the flutter BackdropFilter application and properties, and try to have this over the coloured spots.

BackdropFilter

You could also look at the Glassmorphism package to achieve a similar effect.

Glassmorphism