[ Flutter ] 라우터 스택 중복으로 쌓기 ( 같은 페이지 쌓기 ) 1. getx push 할 때 조건을 준다. => preventDuplicates: false Get.to(() => GoodsDetailScreen(id: int.parse(id!)), preventDuplicates: false); 2. 해당 페이지의 컨트롤러를 따로 사용할 수 있게 초기화 해준다. App/Flutter 라넌.B 2023.05.16