solid-software / solid_lints

🟧 Lints for Dart and Flutter based on software industry standards and best practices.
Other
36 stars 18 forks source link

Improve avoid_returning_widgets to ignore override methods #68

Closed solid-vovabeloded closed 5 months ago

solid-vovabeloded commented 9 months ago

We need to improve the avoid_returning_widgets rule to ignore all places where we are returning a Widget from the override methods instead of just ignoring methods with the build name.