Search code examples
flutternavigationdeviceback-button

How to navigate to previous page using device back button - Flutter


When I press the device back button, it navigate to the homepage but not to the previous page.

I would like to know how to navigate to the previous page using the the device back button.

Thank you


Solution

  • It was a Materialapp widget problem.

    I solved the problem by deleting the Materialapp widget that was in one of the pages.