목록PageView (1)
민프

아래 GIF는 인스타그램의 릴스 페이지를 보여주는 부분인데 저렇게 한 페이지, 페이지를 밑으로 내려서 구현하는 것을 해보려고 하는데 Flutter에서는 저 부분을 구현하기 쉽게 PageView 라는 Widget을 이용해서 구현할 수 있다. https://api.flutter.dev/flutter/widgets/PageView-class.html PageView class - widgets library - Dart API A scrollable list that works page by page. Each child of a page view is forced to be the same size as the viewport. You can use a PageController to control whic..
Frontend/[Flutter]
2023. 8. 11. 15:44