Skip to content

Releases: Idean/Flutter-Neumorphic

1.0.2

18 Mar 08:14
Compare
Choose a tag to compare
  • Fixed changing size/rotate re-draw bug
  • BoxShape is not anymore an element of Style
  • Added isEnable property 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

08 Mar 12:34
Compare
Choose a tag to compare
  • 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