For example, an app might have a screen that displays products. When the user taps the image of a product, a new screen displays details about the product. Terminology: In Flutter, screens and pages are called routes . The remainder of this recipe refers to routes. … In Flutter, a route is just a widget.