]> git.cworth.org Git - lmno.games/history - flutterempires
Merge branch 'data-models'
[lmno.games] / flutterempires /
2020-05-23 Kevin WorthMerge branch 'data-models'
2020-05-23 Kevin WorthChange name of Android app to Empires
2020-05-23 Kevin WorthClean up some leftover hello flutter code
2020-05-23 Kevin WorthMerge branch 'families-to-empires'
2020-05-23 Kevin WorthMake space for showing the full list of players
2020-05-23 Kevin WorthRename directory flutterfamilies to flutterempires
2020-05-23 Kevin WorthDisplay total number of players
2020-05-23 Kevin WorthAdd fetchAllPlayers method
2020-05-23 Kevin WorthStop using dart:js in player.dart
2020-05-23 Kevin WorthAdd method parsePlayers to player.dart
2020-05-23 Kevin WorthChange fetchPlayer to fetchFirstPlayer
2020-05-23 Kevin WorthAdd initState to start the async call to fetch player
2020-05-23 Kevin WorthAdd a FutureBuilder widget to hold a fetched player
2020-05-23 Kevin WorthAdd class RegisteredUser with name and character attributes
2020-05-23 Kevin WorthAdd class Player with id and name attributes
2020-05-23 Kevin WorthAdd http library version 0.12.1 to pubspec.yaml