How to pass variables through to another page in Dart?

Issue

I’ve got some variables, in Dart, that I want to use in another webpage. How do I pass variables to another page for use in another Dart code on other webpages?

Solution

Maybe the answer to this question has some information to get you started.
Dart – Isolate Cross Window Communication

Answered By – Günter Zöchbauer

Answer Checked By – David Goodson (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *