[Flutter] json_serializable을 사용해보자

인턴 중인 회사에서 json_serializable을 통한 데이터 직렬화와, retrofit을 통한 API 통신을 진행하기로 했다. json_serializable은 Dart 객체와 JSON 데이터 간의 변환 작업을 자동화하여 데이터 직렬화를 담당하며, retrofit은 네트워크 API와의 효율적인 통신을 쉽게 구현하는 데 사용된다. 이 두 개 패키지를 사용함으로서 코드의 가독성과 확장성을 향상시키고, 데이터 처리 및 네트워크 통신의 복잡성을 ... https://cherrie.hashnode.dev/flutter-jsonserializable

Created 16d | Apr 14, 2024, 3:30:05 AM


Login to add comment

Other posts in this group

Building Animated Buttons in Flutter with Lottie

In mobile app development, user interface elements play a crucial role in enhancing the user experience. Companies like Apple, Spotify, and Airbnb pay a lot of attention to small details that elevate

Apr 29, 2024, 10:20:03 AM | Hashnode flutter
Topic: 7 Understanding async, await, and async*

Hello devs, Today, we're going to explore the world of async, await, and async*. These are super important when you're dealing with APIs. We'll dive deep into how these asynchronous programming tools

Apr 29, 2024, 5:40:04 AM | Hashnode flutter
Get Your Location On: A Step-by-Step Guide to Creating a Flutter App with Riverpod and Geolocator with Clean Architecture

Intro: While I was working on our upcoming app GotInfo. I needed to handle location permissions for my user since we use a google map to show the nearby posts pertinent to the user. While I could just

Apr 28, 2024, 4:40:03 AM | Hashnode flutter
An Overview of Flutter for Beginners

What's Flutter? SDK from Google for building Cross-Platform Apps. App Build With Flutter

BMW

PUBG

eBay

Tencent

Google Play Console

Bank Jago

Flutter Installation To install just go to https://

Apr 27, 2024, 7:30:05 PM | Hashnode flutter
Mastering JavaScript Loops: A Comprehensive Guide

What is a loop? Loops are a sequence of instructions that is continually repeated until a certain condition is reached. In short, they are used to do repetitive task Types of JavaScript loop

for loop

Apr 27, 2024, 8:10:08 AM | Hashnode flutter
How to Implement Screen Share in Flutter Video Call App for Android?

📌 Introduction Implement Screen Share functionality into your Flutter video call app for Android to enhance user experience and collaboration. With Screen Share, users can seamlessly share their devic

Apr 26, 2024, 1:50:11 PM | Hashnode flutter
Flutter Video Call App With Firebase and ZegoCloud

Integrating video chat , calls ,video conferencing into your flutter apps can be tricky and difficult , you will have to work with web sockets and webRTC but what if l tell you it's very easy with Zeg

Apr 25, 2024, 9:50:05 PM | Hashnode flutter