Closed tonini46 closed 4 years ago
Use the PinResetOtpReceiveViewArguments file it's auto generated when you generate a view that has parameters. you can just add all your parameters to the view and then it'll generate that class when your run the build_runner build command.
Thanks, that was really helpful. You guys really come through for me.
Hi my problem occurs when I pass a Map<String, dynamic> argument. I get the exception attached.
And in the navigated page:
So my issue is how do I access the passed argument from my navigated page without getting the exception?