기존의 AOS, IOS 프로젝트를 Window로 빌드하는 방법이다. 1. Visual studio 2022 설치 2. c++ 데스크톱, 모바일 개발 설치 *만약 설치를 하지 못했다면 여기서 C++ 개발을 다운받아준다. 3. 명령 프롬프트에서 winget install Microsoft.NuGet 실행(https://stackoverflow.com/questions/71734042/flutter-windows-build-nuget-is-not-installed ) 사용약관 동의에 Y 해준다. 4. flutter clean flutter pub get 5. flutter create --platforms=windows,macos,linux . 입력 6. Windows(desktop)으로 빌드하기 ///안될 ..