Richard Amare
Results
3
issues of
Richard Amare
It would be much better if there would be a function (`void doSomething() { ... }`) instead of leaving a function logic inside of a widget ```dart // Instead of:...
This block of code could be written better → use inline null-check (`user == null ? ... : ...`) 