Getting started

Flutter 프로젝트 생성

# Flutter 프로젝트 생성
flutter create [프로젝트명]

Flutter 주요 패키지

  1. blocopen in new window
  2. flutter_blocopen in new window
  3. equatableopen in new window
  4. go_routeropen in new window

architecture 목록 구조

  lib/
  ├── src/
  │   ├── apps/
  │   │   ├── [app name]/
  │   │   │   ├── presentation/
  │   │   │   ├── application/
  │   │   │   ├── domain/
  │   │   │   ├── infrastructure/
  │   ├── common/
  │   
  ├── core/
  │   ├── config/

Last Updated:
Contributors: RiGang