1. getx push 할 때 조건을 준다. => preventDuplicates: false
Get.to(() => GoodsDetailScreen(id: int.parse(id!)), preventDuplicates: false);
2. 해당 페이지의 컨트롤러를 따로 사용할 수 있게 초기화 해준다.
'App > Flutter' 카테고리의 다른 글
[ FLUTTER ] Riverpod을 이용한 상태관리 - 카운트증가 데모앱 (0) | 2023.07.18 |
---|---|
[ FLUTTER ] +연산자오버로딩을 이용하여 null값 처리하기 (0) | 2023.07.17 |
[ Flutter ] Unhandled Exception: setState() or markNeedsBuild() called during build. 해결 (0) | 2023.03.30 |
[ flutter ] android 애뮬레이터 저장공간 (0) | 2022.11.27 |
[ Flutter ] PhotoManager Example (0) | 2022.09.05 |