Flutter : windows build support

Dr_Skele·2023년 3월 16일
0

Flutter

목록 보기
15/19

With the multi-platform support of the flutter, we also can make a windows desktop app.

flutter create --platforms=windows .

In the terminal, this command will add support to target platform to an existing project.

flutter build windows

After that, you can build a windows app just like this.

reference : https://docs.flutter.dev/development/platform-integration/windows/building

profile
Tireless And Restless Debugging In Source : TARDIS

0개의 댓글