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
- 가상환경
- 플러터
- ExpansionTile
- vscode
- 도서
- Code Generation
- 유데미 코리아
- 다트
- linux
- python
- copyWIth
- 맥
- 디자인패턴
- 리눅스
- dart
- 프로그래밍
- riverpod
- command
- 코딩
- 명령어
- flutter
- 위젯
- 유데미 러닝크루
- 책
- 개발
- 개발자
- 파이썬
- 리버팟
- 유데미
- ListTile
Archives
- Today
- Total
목록2025/01/02 (1)
승상의 코딩 블로그
[Flutter] 슬라이드 가능한 위젯 (flutter_slidable)
단순히 버튼을 눌러서 처리하는 것보다 위젯을 슬라이드 하는 디자인은 다양한 곳에서 찾아볼 수 있다.플러터에는 이러한 기능을 쉽게 사용할 수 있는 flutter_slidable 이라는 패키지가 있다. https://pub.dev/packages/flutter_slidable flutter_slidable | Flutter packageA Flutter implementation of slidable list item with directional slide actions that can be dismissed.pub.dev설치pubspec.yaml 에 flutter_slidable 을 추가한다.dependencies: flutter_slidable:^3.1.2 예시 코드 단순히 Sliable 위젯으로..
Flutter (플러터)
2025. 1. 2. 23:33