solid-software / solid_lints

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

New lint: Use actually getters instead of getter functions (or vice versa?) #150

Open danylo-safonov-solid opened 3 months ago

danylo-safonov-solid commented 3 months ago

This will allow projects to enforce usage of just a single style:

 X get x ...;
X getX() ...