]> git.cworth.org Git - lmno.games/history - flutterempires
Add all linux files generated with flutter create .
[lmno.games] / flutterempires /
2020-05-23 Kevin WorthAdd all linux files generated with flutter create .
2020-05-23 Kevin WorthMerge branch 'add-macos'
2020-05-23 Kevin WorthMerge branch 'player-list'
2020-05-23 Kevin WorthEnable network requests in mac os app
2020-05-23 Kevin WorthMerge branch 'data-models'
2020-05-23 Kevin WorthGet rid of extra FutureBuilder widgets
2020-05-23 Kevin WorthAdd all macos files generated with flutter create .
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 WorthShow text if player list returns empty
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 WorthClean up indentation
2020-05-23 Kevin WorthRename directory flutterfamilies to flutterempires
2020-05-23 Kevin WorthDisplay total number of players
2020-05-23 Kevin WorthAdd Expanded to fix the scrollable in a scrollable...
2020-05-23 Kevin WorthAdd fetchAllPlayers method
2020-05-23 Kevin WorthMove the FutureBuilder into the Column (does not work)
2020-05-23 Kevin WorthStop using dart:js in player.dart
2020-05-23 Kevin WorthPut back the Column in main.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 WorthMake the plus button act like refresh
2020-05-23 Kevin WorthAdd a FutureBuilder widget to hold a fetched player
2020-05-23 Kevin WorthRip out column and just show player list view
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