lohanidamodar / flutter_custom_clippers

Flutter package that provides you custom clippers to help you achieve various custom shapes.
https://pub.dartlang.org/packages/flutter_custom_clippers
GNU General Public License v3.0
323 stars 68 forks source link

Not Issue : But how to achieve this Clip Look ? #18

Open lohith8099 opened 3 years ago

lohith8099 commented 3 years ago

Excellent library !!.

I am tasked to achieve the following look but Unable to write my custom clipping item to do this. Can you please show me how to this clipping ? Currently I am using a row view with your RoundedDiagonalPathClipper() clip.

This is the required look. https://i.stack.imgur.com/hKfDy.png

What I am able to do so far ? https://i.stack.imgur.com/GeCid.png

It would be great if you can show me how to get the curved look as required