DEV Community

Discussion on: Why use Reactive Forms in Flutter?

Collapse
 
joanpablo profile image
Joan Pablo

Hi ctechdev,

A simple way to create a wizard is for example to wrap all the widget within a ReactiveForm and each TabBarView can contains a ReactiveForm to collect specific data.