rrousselGit / functional_widget

A code generator to write widgets as function without loosing the benefits of classes.
597 stars 46 forks source link

Why `builders:` solution removed? #73

Closed papmodern closed 3 years ago

papmodern commented 4 years ago

There was a builders: option which you described will generate the widgets during the flutter build itself and it was so satisfying to prevent separate building concerns.

I know you had a good reason to remove it. I just wanted to ask you to give me some information about it. @rrousselGit

rrousselGit commented 4 years ago

The Flutter framework deprecated it