Search code examples
flutterflutter-layoutflutter-dependenciesflutter-animationflutter-test

Pinch to zoom listview in flutter


So I am trynna make a widget with pinch to zoom in listview, list view contains: container that contains text. So you can basically pinch in to zoom the whole listview. I have looked into flutter interactive viewer and zoom library but it doesn't seem to be working.

From the following:

From This

To the following:

To this

Any thoughts n prayers.


Solution

  • So instead what I ended up doing was setting on-pinch to zoom or zoom-out increase/decrease the size of the text. And it worked like a charm.