2024년 7월 5일
작성자 : 남상민
Flutter 설치
pubspec.yaml
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
get: ^4.6.6
상태관리
Controller 역할
GetBuilder

Reactove State Manager
자동으로 UI 업데이트
GetX나 Obx는 stream 데이터를 다룬다.
MVC 패턴 사용

Rx(ReactiveX)