]> git.cworth.org Git - lmno.games/commitdiff
Add a FutureBuilder widget to hold a fetched player
authorKevin Worth <kworth082@gmail.com>
Sun, 3 May 2020 19:31:41 +0000 (15:31 -0400)
committerCarl Worth <cworth@cworth.org>
Sat, 23 May 2020 13:49:00 +0000 (06:49 -0700)
Rather than doing a fetch within this build method (which gets called repeatedly),
we use a FutureBuilder to show a spinner until the player has finished being
fetched asynchronously.


No differences found