I need to send from main.dart the "_startDate" and "_endDate" to new page. In new page in initState I need to use these values before building a new page. If I use param the data was empty.
What is the best way to use the values in new page initState? Any example much appreciated.
Hi,
I need to send from main.dart the "_startDate" and "_endDate" to new page. In new page in initState I need to use these values before building a new page. If I use param the data was empty.
What is the best way to use the values in new page initState? Any example much appreciated.