반응형 플러터47 [Flutter] 편하게 minSdkVersion, targetSdkVersion 관리하는 방법 [Flutter]편하게 minSdkVersion, targetSdkVersion 관리하는 방법(How to easily manage minSdkVersion and targetSdkVersion)기존의 flutter 자동 생성 변수 (Existing flutter auto-generated variables)flutter 프로젝트를 생성하면IDE에서 자체적으로 초기화해주면서 flutterTargetSdkVersion, flutterMinSdkVersion 등의자체 변수를 관리하며 build.gradle에서 빌드를 진행하게 만든다. 이는 편리해보이지만개발자가 sdk버전 등을 관리할 때 꽤나 불편하게 만드는 요소 중 하나다.(When you create a flutter projectThe IDE initi.. 2023. 10. 15. [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. 이전 1 2 3 4 5 ··· 12 다음 반응형