스와이프의 길이뿐만 아니라 속도에도 반응하여 페이지가 이동하게 하였습니다. length가 5인 queue를 만들어, 스와이프의 길이에 상관없이 해당 queue 내의 모든 속도 값이 일정 수치 이상이면 페이지가 완전히 이동하도록 하였습니다. GetX로 구현하였습니다.
The pages are moved by velocity of the swipe as well, not only its length. I made a queue of which length is five, and let the pages move completely if every velocity in the queue is larger than some extent velocity, no matter the length of swipe is. I used GetX.