Layouts in Flutter: Building an Application Using Layouts & Navigation
Mobile applications often have several pages. These pages need to be connected correctly using navigation and routing. In this course you will explore how Flutter uses a stack data structure to enable navigation. You will use the Navigator class to navigate between pages and use named routes to improve the readability and robustness of navigation code. Next you will bring together everything you have learned in this path to build a simple application for an e-commerce company using Material Design for Android devices and Cupertino widgets for iOS devices. Finally you will learn to connect a device to Flutter and test your app on a mobile phone.