From: Kevin Worth Date: Tue, 12 May 2020 03:16:20 +0000 (-0400) Subject: Get rid of extra FutureBuilder widgets X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=aaf309c2de34f2381a9b48ad404c89bc7d43780d;hp=aaf309c2de34f2381a9b48ad404c89bc7d43780d Get rid of extra FutureBuilder widgets Now that the ListView is working correctly, we can get rid of these two FutureBuilders which were essentially intermediate steps to get to this point. ---