본문 바로가기

upgrade4.2

Flutter 버전 17.0.0에서 보고된 심각한 문제가 있습니다. Google Play 경고 [닫힘], Reported critical issues with version 17.0.0. google play warning [closed] 질문 I got this warning when I was publishing my app The developer of play-services-safetynet (com.google.android.gms:play-services-safetynet) has reported critical issues with version 17.0.0. Consider upgrading before publishing a new release. Here's what the SDK developer told us: The SafetyNet Attestation API is being discontinued and replaced by the new Play Integrity API. Begin migration as s.. 2023. 10. 1.
Flutter 플러터 종속성을 자동으로 업그레이드하는 방법, How to automatically upgrade Flutter dependencies 질문 내 Flutter 프로젝트에는 flutter_dotenv 버전 ^2.0.1의 종속성이 있으며, 새 버전 ^2.0.2로 자동으로 업그레이드하려고 합니다. 다음 명령을 실행하여 업그레이드합니다: flutter pub upgrade 참고: 패키지만 업그레이드하기 pubspec.yaml 파일에 나열된 모든 종속성의 최신 호환 버전으로 업데이트하려면 업그레이드 명령을 사용하세요: flutter pub upgrade 그러나 아무 일도 일어나지 않습니다. pubspec.yaml 파일이 변경되지 않으며, 콘솔 출력에 새 버전에 대한 언급이 없습니다 (이것만으로 충분할 것입니다). 내 pubspec.yaml 파일은 다음과 같습니다: environment: sdk: ">=2.1.0 2023. 8. 14.