'how to apply neon effects on container in Flutter?

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



Solution 1:[1]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Russ Westwood