Stephen 기술블로그 | 개발 공부 및 튜토리얼
/
Flutter
/
#012
Search
Share
#012
사진을 앱바까지 끌어올리는 기능 (이게 가장 쉽다)
백그라운드 까는 방법
컨테이너를 밑에 깔고 scaffold를 올리는 방법으로도 백그라운드를 깔 수 있다.
Using slivers to achieve fancy scrolling
Where to find information on using slivers to implement fancy scrolling effects, like elastic scrolling, in Flutter.
Sliver
ListView안에 ListView가 있다면???
크기를 정하지 않으면 ListView는 못그린다. 그리고 스크롤 공유가 어렵다.
customScrollView로 만들어야 된다.
tabBar가 들어오면 nestedScrollView가 되어야 된다.
Flutter CustomscrollView와 NestedScrollView