Flutter — How to pass data between screens in Flutter

This article will cover both passing data forward and passing data backward between widgets in Flutter.

Flutter Developer
4 min readSep 15, 2021

--

Unlike Android Activities and iOS ViewControllers, different screens in Flutter are just widgets. Navigating between them involves creating something called a route and using the Navigator to push and…

--

--