Home:ALL Converter>Flutter navigation to same page

Flutter navigation to same page

Ask Time:2022-09-13T01:31:15         Author:Zubair DKD

Json Formatter

how can I achieve a functionality in my flutter application where I have a product details page and inside this page I have another product listing where similar products. So when I tap on that product tile I want to push same page with different product details? And I use Getx in my project..

example :

HomePage->ProductDetails->ProductDetails

Author:Zubair DKD,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/73693114/flutter-navigation-to-same-page
yy