Idean / Flutter-Neumorphic

A complete, ready to use, Neumorphic ui kit for Flutter, 🕶️ dark mode compatible
https://pub.dev/packages/flutter_neumorphic
Apache License 2.0
2.04k stars 376 forks source link

[Feature request] Gradients as backgrounds for Neumorphic #200

Open JulianAssmann opened 3 years ago

JulianAssmann commented 3 years ago

Great package!

I would love to see an option to set a gradient as the background of a Neumorphic, e. g. like this:

Neumorphic(
    style: NeumorphicStyle(
        gradient: LinearGradient(
            begin: Alignment.topRight,
            end: Alignment.bottomLeft,
            colors: [Colors.blue, Colors.red]
        ),
    )
)
jigarfumakiya commented 3 years ago

Any update on this?

cyb3rsalih commented 2 years ago

Really need this feature, wrapping the NeomorphicButton not works proper.

nicks258 commented 2 years ago

Any updates?