September 2019
Beginner
512 pages
12h 52m
English
The Navigator widget is the main player in the task of moving from one screen to another. Most of the time, we will be switching screens and passing data between them, which is another important task for the Navigator widget.
Navigation in Flutter is made in a stack structure. The stack structure is suitable for this task because its concept is very similar to a screen's behavior:
Read now
Unlock full access