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 |
Tags
- 입력 커서
- freezed
- 플루터
- 크롬개발자도구
- StringUtils.isEmpty
- not working
- StringUtils.isBlank
- carousel slider
- foreground
- Flutter
- 두 수의 나눗셈
- fullBackupContent
- allowBackup
- 에러
- Chrome Developer Tools
- project flow
- gestureRecognizers
- TextFormField
- 프로그래머스
- Flutter SDK
- 웹뷰
- 앱
- 안보내짐
- 안드로이드
- 플러터
- Set ID
- VerticalMultiDragGestureRecognizer
- runSpacing
- Could not create service of type FileAccessTimeJournal using
- TCP/IP모델
Archives
- Today
- Total
목록carousel slider (1)
흰오목눈이야 개발하자

슬라이더 이미지 위젯 아래에 위와 같은 Indicator(인디케이터)를 구현하려고 한다 # 구현 결과 Row( mainAxisAlignment: MainAxisAlignment.center, children: imageUrls.asMap().entries.map((entry) { return Container( width: 8, height: 8, margin: const EdgeInsets.symmetric(vertical: 2, horizontal: 2), decoration: BoxDecoration( shape: BoxShape.circle, ..
Flutter
2024. 5. 12. 15:36