본문 바로가기
반응형

Development Solutions138

[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.
[Solved][iOS] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. [Solved[iOS] [!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. 문제 상황 (Problem) ios 앱 빌드 중에 아래와 같은 에러가 발생한다. [Eng](The following error occurs while building the ios app.) [!] Automatically assigning platform `iOS` with version `12.0` on target `Runner` because no platform .. 2023. 8. 18.
[Solved][Ios] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`. [Solved][Ios] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`. 에러메시지 (Error situation) flutter 앱을 ios버전으로 빌드하는 중에 발생한 에러. 어떻게 해결해야하나 찾아보던 중 해결책을 발견하여 공유한다. [!] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`. 해결 방법 (Solution) ios/Podfile 의 RunnerTests 관련 코드를 제거하면 된다! 즉, 아래의 원본 코드를 [Eng](Just remove the Runn.. 2023. 8. 17.
반응형