how can I make this type of animation to toggle between listview and gridview in flutter.
here is my code I am using the hero animation but its now working.
there a custom switch to toggle between both the values but its not working I mean Its switching values
2
Answers
In order to use hero-animations you need to actually switch page.
Another option is to use something like local-hero, which may let you easily tag widgets and have them move across the screen on the same page.
I have try like some same as above refer below code hope its help to you.
Result Screen ->
List Image –
Grid Image –