본문 바로가기

개발5

Flutter Text 입력 시 노란색 두 줄이 뜨는 경우 해결방법 위와 같이 Flutter Text 입력 시 노란색 두 줄이 뜨는 경우 해결방법 : 상위 위젯으로 Scaffold를 사용하면 됨 2020. 8. 8.
Flutter Widget of the Week - Wrap 2020/08/01 - [개발/Flutter] - Flutter(플러터) 학습 목차 Flutter(플러터) 학습 목차 Flutter Widget of the Week 유투브 Flutter 공식 채널의 학습 컨텐츠들 목차 01 SafeArea | 아이폰 노치 디자인 등에 대응하기 위해 여백 부여 02 Expanded | 같은 행&열의 위젯들 사이의 빈공간을 채워줌 (자동.. northgate3140.tistory.com Flutter Widget of the Week 유투브 Flutter 공식 채널의 학습 컨텐츠들 04 Wrap 1) 사용목적 - 내가 설계한 위젯의 Size가 화면보다 커지는 경우, 에러가 나는데, Wrap을 사용하면 이를 막을 수 있음 2) 사용방법 : 위젯들을 "Wrap" Widget으.. 2020. 8. 4.
Flutter Widget of the Week - Expanded 2020/08/01 - [개발/Flutter] - Flutter(플러터) 학습 목차 Flutter(플러터) 학습 목차 Flutter Widget of the Week 유투브 Flutter 공식 채널의 학습 컨텐츠들 목차 01 SafeArea 02 Expanded 03 Wrap 04 AnimatedContainer 05 Opacity 06 FutureBuilder 07 FadeTransition 08 FloatingActionButton.. northgate3140.tistory.com Flutter Widget of the Week 유투브 Flutter 공식 채널의 학습 컨텐츠들 02 Expanded 1) 사용목적 - 같은 행&열 간의 위젯들 사이의 빈 공간을 자동으로 채워줌 - flex 속성을 이용하면.. 2020. 8. 2.
Flutter Widget of the Week - SafeArea 2020/08/01 - [개발/Flutter] - Flutter(플러터) 학습 목차 Flutter(플러터) 학습 목차 Flutter Widget of the Week 유투브 Flutter 공식 채널의 학습 컨텐츠들 목차 01 SafeArea 02 Expanded 03 Wrap 04 AnimatedContainer 05 Opacity 06 FutureBuilder 07 FadeTransition 08 FloatingActionButton.. northgate3140.tistory.com Flutter Widget of the Week 유투브 Flutter 공식 채널의 학습 컨텐츠들 01 SafeArea 1) 사용목적 : 컨텐츠들 주위에 일정한 영역(SafeArea)만큼 여백을 주어서, 기기마다 다른 화면(.. 2020. 8. 2.
Flutter(플러터) 학습 목차 Flutter Widget of the Week 유투브 Flutter 공식 채널의 학습 컨텐츠들 목차 01 SafeArea | 아이폰 노치 디자인 등에 대응하기 위해 여백 부여 02 Expanded | 같은 행&열의 위젯들 사이의 빈공간을 채워줌 (자동채우기?) 03 Wrap | 여러 개의 위젯들이 화면 Size보다 커지는 경우, 자동줄바꿈을 통해 위젯들의 LAYOUT을 조정함 04 AnimatedContainer 05 Opacity 06 FutureBuilder 07 FadeTransition 08 FloatingActionButton 09 PageView 10 Table 더보기 11 SliverAppBar 12 SliverList and SliverGrid 13 FadeInImage 14 Stream.. 2020. 8. 1.