0

I have a very specific use case and I can't find a way to achieve that in Flutter.

Let's say we have a widget (could be image, container, svg etc.) like this:

enter image description here

Now I want to bend the widget with bottom as the changing axis like this:

enter image description here

And like this:

enter image description here

  • But I can't use custom paint to draw the widget since I want it to be an svg image which I cannot accurately draw in custom paint,
  • Using Clip path will crop the widget,

Do you guys have any ideas on how to achieve this in Flutter?

Veera Nagireddy
  • 1,656
  • 1
  • 3
  • 12
Raj Dhakad
  • 852
  • 2
  • 17
  • 39

0 Answers0