일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Django
- 사이트 운영
- pandas
- accesslog
- 안드로이드코덱
- 장고
- H264
- 플러터
- gifmp4변환
- androidstudio
- fed
- 연준
- DART
- 이미지변환
- coding
- DB호스팅
- 안드로이드스튜디오
- 아이피
- 비트코인
- ffmpeg
- nginx
- Flutter
- 웹호스팅
- O'NION
- Firebase
- Pillow
- shortcut
- python
- 다트
- SNS 개발
- Today
- Total
목록전체 글 (10)
누구나 할 수 있다.

로그인 진행 상황 추적하는 _SignUpFormState 클래스를 추가한다. ? 그런데 with 문이랑 같이 사용되는 SingleTickerProviderStateMixin 은 대체 뭘까? -> 확인을 해 보니 TickerMode에 의해 정의된 대로 트리가 활성화 된 동안에만 틱 하도록 구성된 단일 티커를 제공한다고 한다. -> 한 개의 AnimationController를 사용할 때만 사용하고 만약 다중 AnimationController를 사용한다면 이것이 아니라 TickerProviderStateMixin을 사용하라고 한다. ? progress == 1을 새로 선언한 변수에 할당하게 되는데, 이 문법은 뭐지? -> progress가 입력들이 모두 유효한 값을 가지고 있을 때 1 값을 가지는 듯하다...

이 Flutter 공부는 https://flutter.dev/docs/get-started/codelab-web Write your first Flutter app on the web {{site.alert.tip}} This codelab walks you through writing your first Flutter app on the web. You might prefer to try [writing your first Flutter app on mobile][]. **Note that if you have downloaded and configured Android and iOS tooling, the completed app flutter.dev 의 글을 토대로 코드 공부를 하는 내용임. Flu..