]> git.cworth.org Git - lmno.games/blobdiff - flutterempires/lib/main.dart
Make the plus button act like refresh
[lmno.games] / flutterempires / lib / main.dart
index ae5441fc947d4fcbffe9008a0ae71f018c8cf0b1..c92508bebecda377b6791f2f163cb0fad09d7f57 100644 (file)
@@ -64,6 +64,7 @@ class _MyHomePageState extends State<MyHomePage> {
   void onPressPlusButton() {
     setState(() {
       // Probably use this to POST player name and character
+      allPlayers = Player.fetchAllPlayers();
     });
   }