반응형
Flutter 업그레이드 방법
Frontend/Flutter2023. 7. 20. 10:12Flutter 업그레이드 방법

Flutter 버전 오류 Flutter 프로젝트를 진행하면서 http 패키지를 설치하려고 flutter pub get 명령어를 실행했을 때 다음과 같은 오류가 발생했습니다. [flutter\example] flutter pub get Resolving dependencies... The current Dart SDK version is 3.0.0-431.0.dev Because example depends on http >=1.0.0 which requires SDK version ^3.0.0, version solving failed. exit code 1 http 패키지의 1.0.0 버전을 설치하는데 현재 Dart SDK 버전이 >=3.0.0 =3.0.0 collection 1.17.2 (was 1...

Chocolatey를 이용한 Flutter 설치 방법
Frontend/Flutter2023. 5. 30. 09:56Chocolatey를 이용한 Flutter 설치 방법

윈도우 환경에서 Chocolatey를 이용해서 Flutter를 설치하고 안드로이드 기기와 연결하는 방법에 대해 알아보겠습니다. Chocolatey 설치 이전 글 Chocolatey 설치를 참고해서 Chocolatey를 먼저 설치를 합니다. Flutter 설치 관리자 권한으로 PowerShell을 열고 다음 명령어를 실행하여 설치를 합니다. choco install flutter 설치가 완료되면 flutter 명령어를 실행하였을 때 다음과 같이 메시지가 나옵니다. C:\Windows\system32> flutter Common commands: flutter create Create a new Flutter project in the specified directory. flutter run [option..

반응형
image