Return data from a screen

cookbook

By Flutter

local_offer Tags
Cookbook article

In some cases, you might want to return data from a new screen. For example, say you push a new screen that presents two options to a user. When the user taps an option, you want to inform the first screen of the user’s selection so that it can act on that information.