์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- list
- Scaffold
- POP
- flutter
- vscode
- dart
- AlertDialog
- GestureDetector
- ElevatedButton
- slider
- Webflow
- FloatingActionButton
- image
- button
- icon
- navigator
- Routing
- PushNamed
- textField
- InputDecoration
- ontap
- drawer
- AppBar
- stateful
- Snackbar
- figma
- sizedbox
- scaffoldmessenger
- switch
- TextEditingController
- Today
- Total
๋ชฉ๋กlistview (2)
์ฌ๋ฐ๋๊ฑฐ๐

์ค๋์ ์ ์ ๋ง๋ค๋ ์ฝ๋์ ์นด๋ ๋ฆฌ์คํธ ํ์ด์ง๋ฅผ ์ถ๊ฐํด๋ณด๋ คํ๋ค. ๐ฟ ์ฒดํฌ ํญ๋ชฉ 1) home.dart์์ appBar IconButton์ ํด๋ฆญํ๋ฉด, ์นด๋ ๋ฆฌ์คํธ ํ์ด์ง๋ก ์ด๋ํ๋ค. 2) ์นด๋ ๋ฆฌ์คํธ ํ์ด์ง๋ฅผ ๊ตฌํํ๋ค. 3) ํ๋ฉด์ ๋ ์๋ ํ๋กํ ๋ฒํผ์ ๊ตฌํํ๋ค. ์ด์ ์ home.dart๋ฅผ ๋ง๋ค์ด Drawer๋ฅผ ๋ฃ๊ณ , appBar์ IconButton์ ์ถ๊ฐํ์๋ค. Drawer๋ ListView๋ก UserAccountsDrawerHeader์ ListTile๋ฅผ ์ ํ ํ๊ณ , ํ๋ฉ์ธ ํ๋ฉด(์ด๋ฏธ์ง ์ค์์ดํ)์ img_swipe.dart๋ผ๋ ๋ณ๋ ์ ๊ท ํ์ผ์, body ์ฝ๋๋ฅผ ํต์ผ๋ก ๋ถ๋ฆฌํ์๋ค. ์์ ์๊ฐ์ ๋ฐฐ์ด๊ฑฐ ๊ผผ๊ผผํ ๋ณต์ต์ค :) 2023.05.05 - [๊ฐ๋ฐํ๊ธฐ] - Flutter_11. Drawer, Li..

์ค๋์ ์ง๋๋ฒ ํฌ์คํ ์ ์ด์ด์ Drawer์ ๋ฆฌ์คํธ๋ฅผ ๋ง๋ค๊ณ ํ์ด์ง ์ด๋์ ์์ผ๋ณด๋๋ก ํ๊ฒ ๋ค. 2023.05.04 - [๊ฐ๋ฐํ๊ธฐ] - Flutter_10. Drawer, AppBar IconButton Flutter_10. Drawer, AppBar IconButton ์ค๋์ AppBar์ IconButton์ ๋ฃ๊ณ , ํด๋ฆญ์ Drawer๋ฅผ ์ด์ด๋ณด๋ ๊ฒ์ ๋ฉ๋ชจํ๋ คํ๋ค. AppBar์ ์ฌ์ฉ๋๋ IconButton์ ์์น์ ๋ฐ๋ผ leading, actions๋ก ๋๋๋ค. ์์ธํ ๋ด์ฉ์ ์๋ ๋งํฌ ํ์ธ! :) https://api.flutter.dev/ uraon.tistory.com Routing, Drawer, ListView 1) ํด๋ "page"์ ํ์ผ ์ถ๊ฐํ๊ณ , main.dart ํ์ผ์ Routing ์ ..