I want to be able to navigate from Main.dart to Exercises.dart.When I tap on the List Tile in my App Drawer I get the following error:
Navigator operation requested with a context that does not include a Navigator.
Entire class
What seems to be the problem?
Thanks