I want to create multi page form in flutter

32 Views Asked by At

ı want to create step by step form but ı cant make it ı have been strugling about 2 weeks. Fİrst of ı want to creat screen like in the left. I will bring a different form to the screen according to the option selected at first. a Page with dropdownbutton and form states not only string values some of them are maps list etc . And in the last step,I want to send the data I have received from different forms to send to firebase. But one of enter image description here

1

There are 1 best solutions below

0
Ultranmus On

You can try pageview for that just make the PageView with physics NeverScrollableScrollPhysics(), now whenever you want to go from one page to another just call PageView Controller function

controller.animateToPage(2ndPageIndex,duration:Duration.zero)

But here you need to handle all values at higher level for both pages with some default value and pass them to pages.