Hi there,
I noticed two things:
1) Same as probably most here I often use the left slide animation to move to another page. However, there's a slight difference between the standard iOS animation and the flutter animation. On the Flutter animation only the "new" page is animated, sliding to the left. Standard iOS however is that the "old" is also animated with a left slide. Is it possible to have this in FlutterFlow as well or is this some general Flutter constraint?
2) When I navigate to a new page and would like to navigate back, the back swipe doesn't work. Is there any chance how I can activate this?
Thank you!