QuickBirdEng / survey_kit

Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
MIT License
127 stars 97 forks source link

Navigate to next question without using next button #118

Closed Kazumna closed 1 year ago

Kazumna commented 1 year ago

Does anyone know how to remove next button? Just wanna go to next page by tapping on the question. Is that possible?

Numoy commented 1 year ago

Currently, the only way would be to override the 'StepView' and implement complete custom steps. But this would be a lot of work since you cannot use (our) pre-build steps.

You can checkout the develop branch, we made a lot of changes there which makes it super easy to change the next button. Just be aware this is still in development state, but we are planning to release the new version in a couple of months.

Kazumna commented 1 year ago

Thanks for your kind reply and looking forward to your next release.