Search code examples
flutternavigationback-button

How to return to the previous screen in flutter when using persistent_bottom_nav_bar package?


I have searched the package docs to return just to the previous screen & didn't find a simple solution


Solution

  • After some trials:

    Navigator.pop(context);