ISIvaylo StefanovOct 29, 2019
Flutter - How to rotate images placed inside GridTile on tap event
I am new to flutter trying to create image selection and rotation app. I do not know how to make an image placed inside GridTile of GridView widget rotate on predefined angle on tap event while keeping the state of the last angle rotation. I've tried...
Join discussion