-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embossed widgets' shadows are incorrect #2
Comments
Hey actually I found a way to implement the first version of the panel, but it has a major drawback. Just tell if you'd like to see my implementation anyways. |
@nonoyona @mcaubrey this is interesting. (Great job on the package by the way). When I have gone through the documentation of another Neumorphic package I noticed that Emboss wasn't in addition to the curveType but another type itself. In which case @nonoyona solution wouldn't be a drawback. You would just end up with the types of Convex, Concave, Emboss, or None. I'm not sure, though, if people are mixing curve types with emboss. |
This would be awesome, but depth: -20 with Convex shape is a really nice solution too. |
Hey, this package is actually amazing, I really like how easy it is to implement neomorphic containers with it. I only think there is a problem with the emboss parameter in the container.
The shadow of an embossed widget actually should blur on the inside of the Container and not on the outside I guess.
I also know this is not implemented natively in flutter, but there could be a workaround for that.
The text was updated successfully, but these errors were encountered: