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 |
Tags
- allowBackup
- freezed
- 안드로이드
- 두 수의 나눗셈
- StringUtils.isBlank
- Flutter SDK
- TextFormField
- 크롬개발자도구
- StringUtils.isEmpty
- 플러터
- TCP/IP모델
- 안보내짐
- project flow
- Flutter
- fullBackupContent
- Chrome Developer Tools
- 입력 커서
- foreground
- 프로그래머스
- Set ID
- Could not create service of type FileAccessTimeJournal using
- 앱
- gestureRecognizers
- not working
- 에러
- carousel slider
- 플루터
- runSpacing
- 웹뷰
- VerticalMultiDragGestureRecognizer
Archives
- Today
- Total
목록Indicator (1)
흰오목눈이야 개발하자
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/qZRtS/btsHnVWtzln/gJcyvezrKGHkr4KBVbSxJ1/img.png)
슬라이더 이미지 위젯 아래에 위와 같은 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