Flutter Course:C2|P2|S3|Home Page|Routes|Navigation

Опубликовано: 30 Январь 2019
на канале: iMeshAcademy
31
2

In this session, we will implement the home page for our inventory application and add some routes and provide navigation support.

What is a route - A route is a well defined path to a destination in our application. You can relate this to a file system path or a node in XML document.

What is navigation - Navigation is the mechanism which helps us to move from one screen to another.

Navigator caches all route information and uses that to move back to previous screen.

We also explain about how to deal with errors and exceptions in application.

If you haven't checked out our previous course materials, you can do so from the links below.

Chapter 2:

Part2:Session2:    • Flutter Course|C2|P2|S2|Home Inventor...  
Part2:Session1:    • Flutter Course|C2|P2|S1:Home Inventor...  

Part1-Session2:    • Flutter Course|C2|P1|S2|Home Inventor...  
Part1-Session1:    • Flutter Course|C2|P1|S1:MVC Framework...  

Introduction :    • Flutter Course|C2|Intro-Creating MVC ...  


Chapter 1:
Session 2 -    • Flutter -  Using Scaffold ( C1-P3-S2 )  
Session 1 -    • Flutter -  Using Scaffold ( C1-P3-S1 )  

Introduction to Flutter course -    • Flutter- Introduction to the online c...  

A detailed explanation on Flutter framework -    • Flutter - C1:P1 - Understanding flutt...  

Learn Scaffold in 5 minutes -    • Flutter- C1:P2 - Introduction to Scaf...  


Need help in installing flutter in Windows, checkout our complete guide -    • Setting up flutter in windows for And...  

Code for the course can be found at https://github.com/iMeshAcademy/flu-tur