I am using still Navigator 1.0 in my all current flutter apps. If I want to migrate from Navigator 1.0 to Navigator 2.0, I found auto_route flutter package only suits for our requirements. Because many code depends on data passing between front and back screens which supports auto_route package.
So I need some suggestions to migrate from Navigator 1.0 to Navigator 2.0 now or not. Any chances to deprecate navigator 1.0 by flutter team in future versions of flutter.
Suggestions would be appreciated.
Here is a good article on the subject:
https://denis-bohatyrov.medium.com/why-you-should-not-use-navigation-2-0-with-flutter-d1c1fe8a485a
Conclusion:
I don't know about other navigation solutions but GetX supports Navigator 2.0 (deep linking and browser buttons) without changing it's navigation API even a bit.