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
- viewmodel
- Dialog
- Compose
- data
- Button
- textfield
- TEST
- drift
- 안드로이드
- 계측
- appbar
- textview
- livedata
- activity
- CustomScrollView
- DART
- LifeCycle
- 테스트
- tabbar
- android
- Flutter
- Navigation
- 앱바
- 앱
- Kotlin
- intent
- scroll
- Coroutines
- binding
Archives
- Today
- Total
목록toJSON (1)
Study Record
[Flutter] JSON (json_serializable 라이브러리)
🎁 Json serializable Json 을 사용하여 데이터를 다루는 것을 좀 더 쉽게 해주는 라이브러리이다. json_serializable | Dart Package Automatically generate code for converting to and from JSON by annotating Dart classes. pub.dev 😶 설치(installing) pubspec.yaml 파일에 다음과 같이 라이브러리들을 추가한 뒤 pub get 버튼을 눌러 프로젝트에 적용해 준다. dependencies: json_annotation: ^4.8.0 dev_dependencies: json_serializable: ^6.0.0 😶 간단한 사용법 서버와의 통신을 통해 Json 형식으로 데이터를 다음..
Flutter/라이브러리
2023. 4. 17. 22:30