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

Flutter 개발 속도 향상을 위한 단축키들 원 출처 https://onion.haus/article/detail/1207 Flutter 개발 속도 향상을 위한 단축키 - Android Studio | O'NION Flutter 개발 속도 향상을 위한 단축키들 Android Studio 기준 이 글은 https://medium.com/flutter-community/flutter-ide-shortcuts-for-faster-development-2ef45c51085b 의 글을 보고 적당한 것들을 추려내고, 정리해놓은 글입 onion.haus 이 글은 https://medium.com/flutter-community/flutter-ide-shortcuts-for-faster-development-2ef4..

로그인 진행 상황 추적하는 _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..