Why is the Hero animation not working when navigating forward? Works only backward
This is because the image on the second page does not exist on the very first frame. Hero animation will only work when the image is loaded from an asset or from the network (if the path is pre-specified).
Hi everyone, based on the above statement I have tried loading the image paths on the next page through App State, through Parameters and conventional loading from the same Firestore document. Nothing works for triggering the Hero Animation TO the next page. It works when going back to the original page. Anyone has success with hero animation to next page? Please let me know how you did it.