728x90
반응형
안드로이드에서 뒤로가기버튼 막기
WillPopScope(
onWillPop: () async => false,
child: 위젯부분,
);
onWillPop: () async => false,
코드를 추가하면 안드로이드에서 뒤로가기 버튼을 눌러도 반응이없다.
728x90
반응형
'Flutter' 카테고리의 다른 글
[j Flutter] 토스트메세지(ToastMessage), 스낵바(SnackBar) (0) | 2020.08.07 |
---|---|
[j Flutter] Could not resolve all task dependencies for configuration ':url_launcher:debugCompileClasspath'. 오류 해결 (0) | 2020.06.29 |
[j Flutter] SharedPreferences (데이터 저장/불러오기) (0) | 2020.06.15 |
[j Flutter] text maxLines 넘어가면 '...' 보여주기 (0) | 2020.06.10 |
[j Flutter] 상단(AppBar) 뒤로가기 버튼 색상변경 & 아이콘 변경 (0) | 2020.05.27 |