'Scroll within a swiper page

I have a swiper page in flutter where I have some textformfields as column children. Now when I focus on the last textfield. The textfield gets covered by keyboard. I would like to make the column scrollable so I put the column as child of singlechildscrollview. But since the page is already part of a swiper page and hence scrollable. The scroll is not working for the column. How do I go about implementing this?



Solution 1:[1]

Add physics: ClampingScrollPhysics() property for SingleChildScrollView. May be this will solve your problem.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 smita