Material Page Route and Named Route in Flutter.
So let’s start with the basic code of splash screen where I am only using Image and circular progress indicator.
In above Code we have on splash screen class that i called in my main MaterialApp -> home: SplashScreen();
Let’s move forward to the material page route I am using Future.delayed function for move forward to the next screen in a given time period.
Hurray…!! We have done the materialPageRouting, Now the next part is Named Routing.
For this we have to declare routes in our main app.
After this use the same navigator but this time use named route.
So, we have done the second part Most of the large scale apps use Named Route for navigation.
Hope you like it…. keep supporting me the video tutorial link is given below subscribe to my channel for more Thank You.