2 years ago
#44022
cvsrt
Changing animation of Navigator.of(context).pushNamedAndRemoveUntil in Flutter
I need to reload the initstate after pop back.I put method below into WillPopScope.
Navigator.of(context).pushNamedAndRemoveUntil(
NewHomeScreen.routeName,
(Route<dynamic> route) => false,
);
The problem is that this navigation is going left to right.It is not giving pop feeling.How can I change the animation right to left.Thanks in advance.
flutter
flutter-animation
flutter-navigation
flutter-state
flutter-routes
0 Answers
Your Answer