gurleensethi / sailor

Easy page navigation and management in Flutter apps.
https://pub.dev/packages/sailor
MIT License
145 stars 24 forks source link

How can I use param data in initState in new page? #60

Closed NTMS2017 closed 3 years ago

NTMS2017 commented 3 years ago

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.