-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Description
Hi,
I have tried various methods to implement inner shadows in flutter. With previous engine (Skia), there were some packages (flutter_inset_box_shadow is the one I am using right now) as well as other implementations that were working just fine. However, recently with Impeller, rendering these inner shadows is just getting more and more difficult. In the latest update (3.10.0-6.0.pre.29), the inner shadows are completely gone. Can someone please help me out here and tell me what I need to do to correct this. For reference, attached are two images (one with Skia rendering the inner shadows as expected and the other with Impeller showing just the icon and no inner shadows). I am using "flutter_inset_box_shadow" package which basically just uses a custom BoxShadow and BoxDecoration class.

