Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 434 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 434 Bytes

Flutter Server Driven UI

개발환경 구성

# Git clone
git clone https://github.com/yejun614/flutter_server_driven_ui.git

# 프로젝트 폴더로 이동
cd sprint1_client

# Flutter 프로젝트 초기화
flutter clean

# 의존성 패키지 다운로드
flutter pub get

# Code generate 실행
dart run build_runner build --delete-conflicting-outputs

개발환경 실행

flutter run -d chrome