rrousselGit / functional_widget

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

Null safety #84

Closed Michael35699 closed 3 years ago

Michael35699 commented 3 years ago

Would this generator support null safety soon?

rrousselGit commented 3 years ago

It's not in my priority list.

You can raise a PR if you need it soon

tim-smart commented 3 years ago

I have started working on something here: https://github.com/tim-smart/functional_widget/tree/null-safety

Got it working for one of my projects, but might need a bit more polish (and some more tests).

rrousselGit commented 3 years ago

Thanks! Feel free to open a PR. I'll gladly review it

rrousselGit commented 3 years ago

Released as part of 0.9.0