Skip to content

chihyeonwon/Flutter_Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Flutter_Windows

Flutter로 windows 앱 빌드

다양한 플랫폼을 지원하는 Flutter(앱, 웹, 윈도우앱)

플러터는 web, windows, app 이 세가지 플랫폼을 모두 지원하는 프레임워크입니다.
이때까지는 app으로 만들었던 것을 windows의 형태로 제작해보았습니다.

웹툰 앱을 윈도우 운영체제 exe 파일로 build

웹툰 앱 프로젝트를 열고 터미널에 flutter build windows 명령어를 칩니다.

image

빌드가 끝나면 C:\src\TodayWebToon\build\windows\runner\Release 경로로 가면 웹툰.exe 파일이 있는 것을 확인할 수 있습니다.

image

이 exe파일을 실행하면 다음과 같이 윈도우 운영체제에서 작동하는 윈도우앱을 실행할 수 있습니다.

image

About

Flutter로 windows 앱 빌드

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published