인턴 중인 회사에서 json_serializable을 통한 데이터 직렬화와, retrofit을 통한 API 통신을 진행하기로 했다. json_serializable은 Dart 객체와 JSON 데이터 간의 변환 작업을 자동화하여 데이터 직렬화를 담당하며, retrofit은 네트워크 API와의 효율적인 통신을 쉽게 구현하는 데 사용된다. 이 두 개 패키지를 사용함으로서 코드의 가독성과 확장성을 향상시키고, 데이터 처리 및 네트워크 통신의 복잡성을 ... https://cherrie.hashnode.dev/flutter-jsonserializable
Login to add comment
Other posts in this group
Shorebird is a code-push solution designed specifically for Flutter, providing stability on both Android and iOS platforms. With Shorebird, you can address app issues without publishing updates to the
Creating a roadmap for learning Flutter involves breaking down the process into manageable steps. Here's a comprehensive roadmap that can guide you from a beginner to an advanced Flutter developer: 1.
Exciting News! Our blog has a new Home! 🚀 Background With type-safe navigation, your navigation logic becomes consistent and maintainable, significantly simplifying debugging and future code modificat
In Flutter, while developing an app to test it in iOS environment we generally use simulators and connect any apple id to Xcode for building the app on iOS platform. While it's sufficient for developm
When embarking on the journey of app development, the choice of programming and its associated compilation methods can significantly influence the efficiency and performance of your application. Dart,
Hey there! In this blog, I'll explain what mixins are and how they can help you write cleaner, more reusable code in your Flutter projects. Whether you're new to Flutter or looking to deepen your unde
Hello friends, Today we'll explore an interesting and powerful concept in Dart and Flutter programming called mixins. Mixins are a fundamental feature that can greatly enhance the way we write and man