본문 바로가기
반응형

플러터46

[Flutter] Nice Chart library (syncfusion_flutter_charts) [Flutter] Nice Chart library (강추 플러터 차트 라이브러리) (syncfusion_flutter_charts) 개요 (Overview) 플러터를 사용하여 앱을 개발하다보면 차트를 구현해야할 일이 자주 생긴다. 직접 커스텀 제작하는 것도 방법이지만 꽤나 귀찮기도 하고.. 소규모, 개인 개발의 경우에는 라이브러리를 임포트하여 개발하는 것이 보다 효율적일 수 있다. 물론, 유지보수를 위해 장기적으로는 직접 개발하는 편이 좋다. 라이브러리의 버전 관리가 종료되거나 개발 지원이 멈추면 불상사가 생길 수 있기 때문이다! 필자가 최근 애용하는 차트 라이브러리는 바로 syncfusion_flutter_charts 이다. (When developing an app using Flutter, The.. 2023. 10. 5.
[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.
반응형