DEV Community

Discussion on: Why use Reactive Forms in Flutter?

Collapse
 
joanpablo profile image
Joan Pablo

Hi John Lester,

I've just released v6.0.0.

In this version like in the previous one, you can add controls to a group with the method FormGroup.addAll(). This method receives a Map of controls as arguments. In this version the disrty/pristine state of the group is updated and it also triggers the onCollectionChanges event.