Switching Between App Pages in Flutter
Navigating through screens in an app is a very important feature as apps contain two or more screens. This is because a screen would contain a different content from another another screen. In flutter a screen is called a route.
To achieve this, crea...
rayhanawojobi.hashnode.dev2 min read