Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ScrollView
- 앱바
- TEST
- android
- 계측
- appbar
- 안드로이드
- textview
- data
- Compose
- Coroutines
- Dialog
- Flutter
- 테스트
- activity
- DART
- CustomScrollView
- LifeCycle
- Button
- scroll
- binding
- viewmodel
- livedata
- Kotlin
- intent
- tabbar
- Navigation
- drift
- 앱
- textfield
Archives
- Today
- Total
목록Dio (1)
Study Record
[Flutter] 서버와 통신하기 (dio v5.1.1)
🎁 dio Dart 와 Flutter 에서 사용할 수 있는 HTTP 통신을 지원하는 라이브러리로 사용방법이 간단하다. 인터셉트, 파일 업로드/다운로드, 요청 시간 설정 등 여러가지 기능을 지원한다. dio | Dart Package A powerful HTTP package for Dart/Flutter, which supports Global settings, Interceptors, FormData, Aborting and canceling a request, Files uploading and downloading, Requests timeout, Custom adapters, etc. pub.dev 😶 초기 설정 터미널에서 "dart pub add dio" 를 실행하면 자동으로 dio 라이브러리를..
Flutter/라이브러리
2023. 4. 14. 22:19