navigator

How to get current route path in Flutter?

This should give you the exact route name ModalRoute.of(context).settings.name if you use Navigator.popuntil.. check

Load More
That is All