From: Kevin Worth Date: Sun, 3 May 2020 19:31:41 +0000 (-0400) Subject: Add a FutureBuilder widget to hold a fetched player X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=584dc2906ede9ec4b39a7870b5875154b0968ed3;hp=584dc2906ede9ec4b39a7870b5875154b0968ed3;p=lmno.games Add a FutureBuilder widget to hold a fetched player 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. ---