[Flutter] Architectural Overview

Flutter는 구글이 출시한 크로스 플랫폼 GUI 애플리케이션 프레임워크이다. 하나의 코드로 Android, iOS 뿐만 아니라 Windows, Linux, macOS 및 웹 브라우저까지 지원해주는 만큼, (심지어 러닝 커브도 낮다!) 내부 설계가 꽤나 복잡하게 되어있다. 오늘은 이 글을 정리해보며 플러터 아키텍쳐 계층의 일부를 살펴보고, 더욱 깊은 이해를 기반한 좋은 애플리케이션을 개발 할 수 있는 초석을 다져나가보고자 한다. (전부 정리해... https://cherrie.hashnode.dev/flutter-architectural-overview

Établi 11mo | 24 mars 2024 à 18:10:07


Connectez-vous pour ajouter un commentaire

Autres messages de ce groupe

Experience seamless production updates with Shorebird in Flutter

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

10 juin 2024 à 10:20:07 | Hashnode flutter
Road Map For Flutter Developer

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.

9 juin 2024 à 06:50:15 | Hashnode flutter
How to Implement Type-Safe Navigation with go_router in Flutter

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

7 juin 2024 à 11:40:04 | Hashnode flutter
Connect Xcode with apple developer account

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

6 juin 2024 à 19:40:04 | Hashnode flutter
Exploring Dart Compilers: Everything You Need to Know

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,

6 juin 2024 à 01:30:05 | Hashnode flutter
Unlocking the Power of Mixins in Flutter: A Beginner's Guide

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

5 juin 2024 à 11:50:04 | Hashnode flutter
Understanding Mixins in Dart and Flutter

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

5 juin 2024 à 07:20:06 | Hashnode flutter