일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- bash
- 파이썬
- 명심보감
- Android
- 넷플릭스
- Flutter
- androidx
- Linux
- 이모지메모
- 공자명언
- 이모지
- 벤자민플랭클린
- DART
- 오픈소스
- 좋은글필사하기
- kotlin
- Coroutine
- 장자명언
- ASMR
- Streaming
- 코틀린
- FSM
- Freesound
- jetpack compose
- 1인개발자
- Firebase
- recyclerview
- 명언모음
- 공부집중
- 소울칼리버6
Archives
- Today
- Total
목록flutter retrofit (1)
Vintage appMaker의 Tech Blog

Flutter로 통신시, 기본적인 http 모듈을 사용해도 되지만 방대한 Data 구조를 처리해야 할 경우는 직렬화의 필요성을 느끼게 된다. 그래서 Android에서 보편적으로 사용하고 있는 retrofit을 Flutter에서도 사용하게 된다. 다음은 Flutter에서 retrofit을 사용하는 예제이다. GitHub - VintageAppMaker/githubflutter: init init. Contribute to VintageAppMaker/githubflutter development by creating an account on GitHub. github.com 참고해야 할 것은 Android에서 Retrofit은 @어노테이션만 선언하면 자동으로 코드를 만들어주지만, flutter에서는 수동으..
Source code or Tip/Flutter & Dart
2022. 5. 23. 10:33