본문 바로가기
반응형

해결33

[Android][3분 컷] 조치 필요: 앱이 Google Play 정책을 준수하지 않음 조치 필요: 앱이 Google Play 정책을 준수하지 않음 (Action required: App does not comply with Google Play policies) [Android] 3분만에 해결하기 (Solve it in 3 minutes) 앱 출시 정책 위반? 광고를 포함한 앱을 출시하는 중에 아래와 같은 구글 플레이 스토어의 앱 거부 메일을 받았다. (While launching an app with ads I received an app rejection email from the Google Play Store as shown below.) 이럴 땐 다행히도 코드를 수정할 필요가 없다. 지금부터 설명하는 절차를 하나씩 따라서 진행해보면 금세 해결 가능하기 때문!! 앱 콘텐츠 선언 수.. 2023. 10. 22.
[Flutter] How to remove the debug ribbon (5second) (디버그 리본 제거하는 방법) [Flutter] How to remove the debug ribbon (5second) (5초만에 디버그 리본 제거하는 방법) 플러터를 기본 프로젝트로 생성하면 debug 모드를 주로 사용할 수 있도록 각종 프로젝트 관리 코드를 생성해줍니다. (If you create Flutter as the default project, So that you can mainly use debug mode Generates various project management codes.) 개발 중에는 이 디버그 리본이 있어도 상관 없으나 배포, 출시할 때에는 리본을 없애는 것이 좋겠죠! (It is okay to have this debug ribbon during development. It would be a go.. 2023. 10. 17.
[Flutter][Solution] No Material widget found. _InkResponseStateWidget widgets require a Material widget ancestor within the closest LookupBoundary. [Flutter][Solution] No Material widget found. _InkResponseStateWidget widgets require a Material widget ancestor within the closest LookupBoundary. 문제 상황 (Problem) 플러터 프로젝트에서 아래와 같은 에러 로그가 발생하며 빌드에 실패한다. [Eng] (The following error log occurs in the Flutter project and the build fails.) No Material widget found. _InkResponseStateWidget widgets require a Material widget ancestor within the closest.. 2023. 9. 19.
[Flutter] Make the height of the widget variably change depending on the length of the text input string. (Text 입력 문자열 길이에 따라 위젯의 높이가 가변적으로 변하도록 만들기) [Flutter] Make the height of the widget variably change depending on the length of the text input string. (Text 입력 문자열 길이에 따라 위젯의 높이가 가변적으로 변하도록 만들기) 문제 상황 (Problem) Text에 입력으로 들어오는 문자열 길이에 따라서 위젯의 높이가 가변적으로 변하면 좋겠는 상황이다. 코드를 어떻게 수정해야할까? [Eng] (This is a situation where it would be nice to have the height of the widget change variably depending on the length of the string that is input to the te.. 2023. 9. 18.
반응형