gerywen
gerywen
> use `Get.arguments` in second page Can I get it from the controller on the second page?
> use `Get.arguments` in second page I tried, Get. arguments is null
> if (routeSettings.name == AppRoutes.webviewHelpAndInfoPage) { //assign argument to controller directly Get.routing.args = routeSettings.arguments; const WebviewHelpAndInfoPage(), transition: Transition.rightToLeft, transitionDuration: const Duration( milliseconds: GeneralConstants.transitionDuration), binding: WebviewHelpAndInfoPageBindings()); } thank u, it's working!