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