Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 파이썬
- 프로그래밍
- 유데미
- 개발
- 책
- 유데미 코리아
- ListTile
- 개발자
- freezeD
- 다트
- riverpod
- Code Generation
- flutter
- linux
- 리버팟
- 가상환경
- python
- 도서
- 리눅스
- 유데미 러닝크루
- vscode
- 플러터
- 디자인패턴
- copyWIth
- ExpansionTile
- dart
- command
- 코딩
- 맥
- 명령어
Archives
- Today
- Total
목록drawer (1)
승상의 코딩 블로그
[Flutter] Drawer 메뉴 만들기
필요할 때만 접근하기 위한 정보들은 Drawer 라는 공간에 위치시킨다. 이 공간에는 계정정보 등을 시현할 수도 있고, 특정 페이지로의 네이게이션이 가능하도록 정보를 추가할 수 있다. https://docs.flutter.dev/cookbook/design/drawer Add a drawer to a screen How to implement a Material Drawer. docs.flutter.dev 구현 Drawer 도 네비게이션 스택에 추가된다. 그러므로 Drawer 를 닫을 때, Navigator.pop(context) 을 사용한다. Expansion 위젯은 아래 링크를 참조하길 바란다. 2023.12.26 - [Flutter (플러터)] - [Flutter] 목록 펼치기 (서브 카테고리 만들..
Flutter (플러터)
2023. 12. 26. 21:15