Flutter - Passing data to the next page

Published: 26 March 2018
on channel: Brandon Donnelson
57,161
831

In this video I cover passing data to the next page using the material page route.

This video covers:
Construct a text field on the first page
Pass the text from the field to the next page
Use a text controller to get the fields value
Use a material page route to pass the data

Source code used:
https://gist.github.com/branflake2267...