Skip to content

dartShadow/Flutter-Neumorphism

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Neumorphism

A flutter web application for Neumorphic UI Dart code generation.

Link to the application

Check out the app at https://flutterneumorphism.com

Neumorphism

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.

Features

Neumorphic Flutter widgets code generator that will help with colors, gradients and shadows to adapt this new design trend or discover its posibilities.

Type the color hexcode(eg. 'ffffff') or use color picker to change the color of the Container.

Use the sliders to adjust:

  • Size
  • Radius
  • Distance
  • Intensity
  • Blur

Use the buttons to toggle:

  • Background Gradient
  • Concave/Convex shape

Finally click COPY to copy the code to clipboard.

Inspiration

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. ;)

About

Neumorphism( Soft-UI) Dart code generator using Flutter for web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.5%
  • Other 1.5%