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 ? ... : ...`) ![image](https://user-images.githubusercontent.com/50375553/184497377-cb2a7fac-009a-4524-93a7-c345b337ca52.png)