An open API service indexing awesome lists of open source software.

https://github.com/mr-won/flutter_windows

Flutter로 windows 앱 빌드
https://github.com/mr-won/flutter_windows

flutter-window flutter-windows

Last synced: about 1 year ago
JSON representation

Flutter로 windows 앱 빌드

Awesome Lists containing this project

README

          

# Flutter_Windows
Flutter로 windows 앱 빌드

## 다양한 플랫폼을 지원하는 Flutter(앱, 웹, 윈도우앱)
```
플러터는 web, windows, app 이 세가지 플랫폼을 모두 지원하는 프레임워크입니다.
이때까지는 app으로 만들었던 것을 windows의 형태로 제작해보았습니다.
```
## 웹툰 앱을 윈도우 운영체제 exe 파일로 build
```
웹툰 앱 프로젝트를 열고 터미널에 flutter build windows 명령어를 칩니다.
```
![image](https://user-images.githubusercontent.com/58906858/222484729-e28681fc-38db-41ef-9afb-4f2109bacc5a.png)

```
빌드가 끝나면 C:\src\TodayWebToon\build\windows\runner\Release 경로로 가면 웹툰.exe 파일이 있는 것을 확인할 수 있습니다.
```
![image](https://user-images.githubusercontent.com/58906858/222484927-416d145a-e860-472e-a4ec-e089c1911ef4.png)

```
이 exe파일을 실행하면 다음과 같이 윈도우 운영체제에서 작동하는 윈도우앱을 실행할 수 있습니다.
```
![image](https://user-images.githubusercontent.com/58906858/222485188-f8be5458-1d48-4986-b604-b32ae675b2c6.png)