rrousselGit / functional_widget

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

suppress always_put_required_named_parameters_first #51

Closed modulovalue closed 4 years ago

modulovalue commented 5 years ago

There's a lint called always_put_required_named_parameters_first.

Could you possibly add an // ignore_for_file: always_put_required_named_parameters_first to the generated files?