728x90 개발/Flutter225 flutter getx getview getwidget 비슷하지만 조금 다르다고 한다. 2023. 6. 22. flutter multidex error android https://islet4you.tistory.com/entry/Flutter-Android-MultiDex-해결하기 [Flutter] Android MultiDex 해결하기 매번 나오는 오류인데 기록을 하지 않아서 기억하기 위해서 기록을 합니다. build.gradle 에 defaultConfig 를 설정해주셔야합니다. defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android. islet4you.tistory.com 해당 페이지 대로 하니 성공! 2023. 6. 22. 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. 이전 1 ··· 5 6 7 8 9 10 11 ··· 57 다음 728x90