Possible to copy iOS App Store transition using Flutter?
问题 Is it possible to copy the transition effect of iOS App Store using Flutter? I tried using Hero Animation by placing two tags into the root layout of both widgets, but animation looks janky or not what I expected. But good thing about this is I am able to do iOS swipe back as I'm using MaterialPageRoute. Source Hero( tag: 'heroTag_destinationScreen', transitionOnUserGestures: true, flightShuttleBuilder: (BuildContext flightContext, Animation<double> animation, HeroFlightDirection