Flutter Navigation pop to index 1

If you do not use named routes, you can use

Navigator.of(context).popUntil((route) => route.isFirst);

Leave a Comment