본문 바로가기
728x90

분류 전체보기574

widget 옮기기 flutter에서 기능을 필요한 것만 사용하다보니, 안 쓰는 것을 까먹게 된다. Container안에 이런 옵션이 있다. transform: Matrix4.translationValues(0.0, -titleHeight * 0.5, 0.0), 옮길 수 있는 것이니 잘 사용해보자!, x,y,z 근데 이걸 이용해서 옮기면, 원래 얘가 가져가는 layout size는 이미 자리 잡혀 있는 거라서, 그런 거는 감안해야함 2023. 6. 18.
FractionallySizedBox drawer 하면서 알게 된 위젯! https://api.flutter.dev/flutter/widgets/FractionallySizedBox-class.html FractionallySizedBox class - widgets library - Dart API A widget that sizes its child to a fraction of the total available space. For more details about the layout algorithm, see RenderFractionallySizedOverflowBox. This sample shows a FractionallySizedBox whose one child is 50% of the box's size per the w.. 2023. 6. 17.
one thing 에 대한 개인적인 생각 타이탄의 도구들에서 여러가지 도구를 얻는 것과 onething에 대한 것은 반대 되는 개념인 것 같다. 너무 많은 일을 하는 것도 문제이지만 하나의 일을 하는 것보다 외려 다른 일을 하다가 아이디어를 얻을 때가 많다. 개발일을 하다가 갑자기 선생님일을 어떻게 해내야할 지 아이디어가 떠오른 일이 있어서 글을 써보았다. 2023. 6. 16.
setting and check git id, email on project or on globally https://smarterco.de/set-the-username-and-email-in-git-globally-and-per-project/ Set the Username and Email in git globally or per project Overview on how to configure your git username and your email for different use cases. smarterco.de git id, email setting 하거나 checking 할 수 있다! 2023. 6. 16.
728x90