728x90
Navigator.pushAndRemoveUntil(
context,
MaterialPageRoute(
builder: (BuildContext context) => TabPage(currentIndex: 1),
),
(route) => false,
);
728x90
'FRAMEWORK > FLUTTER' 카테고리의 다른 글
| Flutter Flavor 완전 정복: 개발/운영 환경 완벽 분리 가이드 (feat. .env, Android & iOS) (0) | 2025.09.03 |
|---|---|
| [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 |