일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 플러터 테스트
- 다트
- permission_handler
- refresh 토큰
- 인코딩방지
- TDD 개발 방법론
- Android
- 토큰갱신
- 플러터
- dart test
- Same parameter
- 객체 지향 설계
- 테스트 주도 개발론
- Parameter specified as non-null is null
- 2D 그래픽 라이브러리
- Refresh Tocken
- dart
- 2D graphics library
- 에러 메시지를 잘보자 ^^
- 8시간 삽질
- Flutter
- 다트 테스트
- SOLID 원칙
- pubspec.yaml
- widget test
- 배움순서
- pubspec
- 안드로이드
- retorift
- 안드로이드를 위한
Archives
- Today
- Total
목록gitignore (1)
Landroid
[Flutter] 플러터 프로젝트에 .gitignore 추가하기
github에서 .gitignore를 추가하면 template 에는 flutter가 없습니다. 하지만 이미 플러터에서 플러터 전용 gitignore가 있습니다. flutter/flutter Flutter makes it easy and fast to build beautiful apps for mobile and beyond. - flutter/flutter github.com 그래서 이걸 이제 어떻게 사용하느냐 우선 프로젝트를 생성할 폴더에서 아무것도 쓰이지 않은 .gitignore를 만듭니다. 1. github에서 .gitignore를 추가한 채 생성, 클론 후 로컬에 저장 2. 프로젝트를 생성할 폴더에서 git init 한 다음, .gitignore 생성 이제 비어있는 .gitignore를 생성하셨..
플러터
2021. 3. 10. 22:34