728x90
Navigator.pushAndRemoveUntil(
context,
MaterialPageRoute(
builder: (BuildContext context) => TabPage(currentIndex: 1),
),
(route) => false,
);
728x90
'FRAMEWORK > FLUTTER' 카테고리의 다른 글
[Flutter] 누구나 할수있는 플루터에서 url로 파일 다운로드하기 (4) | 2022.04.18 |
---|---|
[Flutter] IconButton padding 없애는 방법 (0) | 2022.04.18 |
Flutter 문자열에서 html tag모두 제거하기 (0) | 2022.04.14 |
flutter textfield only number (0) | 2022.04.13 |
[flutter] setState 사용하지않고 스크롤시 bottom navigation bar 안보이게 하기 (1) | 2022.04.05 |