Flutter S2E7 : MaterialPageRoute - Pass Data btw Pages/Screens

preview_player
Показать описание
Flutter Android Data Passing Tutorial. How to pass data between two pages using MaterialPageRoute. We use the Navigator class to open pages and pass the data via MaterialPageRoute object.

We will then receive that data and display it in the second page. We pass both image and texts. We will be loading our image from a url online.

Let's start.
Рекомендации по теме
Комментарии
Автор

Awesome video really helpful for the uses of textfield in flutter

saileshverma
Автор

thx,
what if we want to pass data from form to array. in second page i want to list all data from form not replace

cethartest