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
Asked
Active
Viewed 207 times
1
-
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 Answers
0
Have a look at the flutter BackdropFilter application and properties, and try to have this over the coloured spots.
You could also look at the Glassmorphism package to achieve a similar effect.

Russ Westwood
- 23
- 6