Issue
My designer gave me the following design for a questionnaire screen.
I didn’t found anything out of the box from the flutter components.
Maybe I could create something of my own, but before that I would like to validate that this isn’t something that exists:
Any help would be appreciated
Solution
You can use smooth_page_indicator
or page_indicator
for the page indicate, and for the Next and Back buttons you can use any kind of flutter button components
Answered By – Hinno Saad
Answer Checked By – Willingham (FlutterFixes Volunteer)