[Flutter] flutter pub get 시 오류
·
Flutter
[문제]The current Dart SDK version is 3.5.1.Because project_name requires SDK version ^3.5.3, version solving failed.You can try the following suggestion to make the pubspec resolve:* Try using the Flutter SDK version: 3.24.4. Process finished with exit code 1 Dart SDK 버전이 요구되는 버전보다 낮아서 발생하는 문제로 프로젝트 패키지가 Dart SDK 3.5.3 이상을 필요로 하기 때문에, 현재 설치된 Dart SDK 3.5.1 버전에서는 호환되지 않는다. [해결]flutter upgrade [다..