flutter_neumorphic 1.0.5 
flutter_neumorphic: ^1.0.5 copied to clipboard
A complete, ready to use, Neumorphic ui kit for Flutter. Dark theming compatible & fully customizable.
1.0.5 #
- Added shadow colors customization
 - 
- shadowLightColor,
 
 - 
- shadowDarkColor,
 
 - 
- shadowLightColorEmboss,
 
 - 
- shadowDarkColorEmboss,
 
 
1.0.4 #
- Fixed BorderRadius.only
 - Fixed Slider thumb position
 - Added 
curveon any widget to customize implicits animations - Added 
NeumorphicTogglewidget 
1.0.3 #
- Added a 
disableDepthboolean configuration in theme & styles 
1.0.2+2 #
- Some widgets are now stateless
 
1.0.2+1 #
- Fixed default padding of checkboxes
 
1.0.2 #
- Fixed changing size/rotate re-draw bug
 - BoxShape is not anymore an element of Style
 - Added 
isEnableproperty on multiple widgets - Refactored the Sample
 - Tried support for web & desktop (mac)
 - Added surfaceIntensity (for concave / convex)
 - Small changes on Neumorphic colors (less dark)
 - Removed border (add Neumorphic inside Neumorphic to reproduce)
 
1.0.1 #
- Improved performances
 - Renamed CurrentTheme to UsedTheme in NeumorphicTheme (Dark, Light, System)
 - Renamed NeumorphicTheme.getCurrentTheme(context) to NeumorphicTheme.currentTheme(context)
 - Fixed flickering effect when theme changes
 
1.0.0+1 #
- Added missing authors emails
 
1.0.0 #
- First release of Flutter-Neumorphic
 - Added concave/convex/flat/emboss container decoration
 - Added a lot of widgets (button, container, radio, checkbox, etc.)
 - Added some samples
 
0.0.1 #
- initial release.