rrousselGit / functional_widget

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

Incompatibility with freezed 2.4.2 due to analyzer 5.2.0 #117

Closed bobatsar closed 1 year ago

bobatsar commented 1 year ago

Describe the bug functional_widget 0.10.1 can not be used together with the latest freezed version 2.4.2. freezed depends on analyzer ^6.0.0 but functional_widget depends on analyzer ^5.2.0

Please update the analyzer dependency to ^6.0.0.

bobatsar commented 1 year ago

Thanks a lot!