Yasin ilhan
Yasin ilhan
This is flutter issue all transitions in PageRouteBuilder so it wont work gesture swipe on IOS. Here is the issue still open status. https://github.com/flutter/flutter/issues/47441
Added new isIos Parameter.
Yes it possible but i need to work on it .
What about removing key value on your SetAlarmScreen screen ?
I can't help without more details. This is the first time I've heard of it, maybe you should try flutter clean and recompile.
I have added new feature for that. Please check it. Don't forget IOS swipe back can use only rightToLeft and with Fade animation.
Hi @carlleeswanson , i have tested with Fade animation and working fine. Increase duration and you will see the animation Navigator.push( context, PageTransition( type: PageTransitionType.fade, child: SecondPage(), isIos: true, ),...
@carlleeswanson i have added scale transition but, i think it is not working right way. Please test it.
@robertflesch i add fix for that. Can you test with version 1.1.7+6