Skip to content

Minjoon2/flutterWidgetOfTheWeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

widget

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Widget list

SafeArea :: 위젯이 상단 바를 침해하지 않습니다.

Expanded + flex :: 빈 공간에 대해 확장과 비율을 조절할 수 있습니다.

Wrap :: 줄, 너비가 모자라서 넘칠때 유용하게 사용합니다.

AnimatedContainer :: 폭, 너비 다양한 도형으로 애니메이션을 그릴 수 있습니다.

Opacity :: 도형에 투명도를 주어 안보이게 할 수 있습니다.

FutureBuilder :: Future 클래스로 제공받는 데이터들을 동기로 입력받을 수 있도록

해주는데, 신기한게 현재 어떤 상태인지 알 수 있도록 해줍니다.

FadeTransition :: 하위 위젯의 불투명도에 효과를 주는 위젯입

About

flutter widget of the week

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages