Ex: I have one controller on product screen and then I need to click on there product it will show product detail, it's correct scenario alter I have option for click view company profile and then on this company profile have some related product on the company, and then I need click view product related for view product detail, but it still show old data I was click first on product, it should be show lated data. not first data. Anyone face an issue. -> first
Get.toNamed(Routes.productDetail, arguments: {"supplierId": companyId, "product": product});
-> tow click from company profile view product detail
Get.toNamed(Routes.productDetail, arguments: {"supplierId": companyId, "product": product});
I think controller not init again.