EXERLOG / exer_log

exer_log - authored by @KalleHallden

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor MyApp widget FutureBuilder

richardamare opened this issue · comments

This block of code could be written better → use inline null-check (user == null ? ... : ...)

image

#55 Great catch. This was already dealt with on #55