A flutter web application for Neumorphic UI Dart code generation.
Check out the app at https://flutterneumorphism.com
Neumorphism is a new word for the new user interface trend. Since this is a hard word to pronounce, some people also say Soft UI.
Let us start with the root of the word “Neumorphic”. It is a combination of 2 words. Neu and Morphic: Neu: New + Morphic: a variant of Morphous, meaning having a specific shape or form. This word was also used in an old interface design trend called Skeumorphic.
Neumorphic Flutter widgets code generator that will help with colors, gradients and shadows to adapt this new design trend or discover its posibilities.
- Size
- Radius
- Distance
- Intensity
- Blur
- Background Gradient
- Concave/Convex shape
Adam Giebl's https://neumorphism.io, which generates CSS code for neumorphic elements, was a great source of inspiration. A liitlle bit of exploration helped me understand the quick maths behind that. ;)