September 2019
Beginner
512 pages
12h 52m
English
The Route class is a high-level abstraction through the navigation feature. However, we will not use it directly, as we have seen that a screen is a route in Flutter. Different platforms may require screen changes to behave differently. In Flutter, there are alternative implementations in a platform-adaptive way. This job is done with MaterialPageRoute and CupertinoPageRoute, which adapt to Android and iOS respectively. So, we must decide when developing an application whether to use the Material Design or iOS Cupertino transitions, or both, depending on the context.
Read now
Unlock full access