We're a place where coders share, stay up-to-date and grow their careers.
Navigator pushNamed accepts only one argument which is an Object type, So you can pass the desired argument as class/list or whatever object type which match your requirement.
also in your case <String, String>{'bmiResult': '1', 'resultText': 'x', 'interpretation': 'y'}
<String, String>{'bmiResult': '1', 'resultText': 'x', 'interpretation': 'y'}
you can use Map on the navigating page
Hope this answers you !!
Happy fluterring 😇😇!!
Navigator pushNamed accepts only one argument which is an Object type, So you can pass the desired argument as class/list or whatever object type which match your requirement.
also in your case
<String, String>{'bmiResult': '1', 'resultText': 'x', 'interpretation': 'y'}
you can use Map on the navigating page
Hope this answers you !!
Happy fluterring 😇😇!!