Navigation When There Is No Context
In this post we will learn a technique on how to perform navigation in when there is no context available. Introduction As we learned in the previous post on Navigation and Routing, in Flutter we can perform navigation with the help of Navigator class. We looked at some of the basic methods for Navigation which […]