]> git.cworth.org Git - lmno.games/shortlog
lmno.games
2020-05-23 Kevin WorthShow text if player list returns empty
2020-05-23 Kevin WorthClean up indentation
2020-05-23 Kevin WorthAdd Expanded to fix the scrollable in a scrollable...
2020-05-23 Kevin WorthMove the FutureBuilder into the Column (does not work)
2020-05-23 Kevin WorthPut back the Column in main.dart
2020-05-23 Kevin WorthAdd another screenshot to the README
2020-05-23 Kevin WorthUpdate screenshot for README
2020-05-23 Kevin WorthMake the plus button act like refresh
2020-05-23 Kevin WorthRip out column and just show player list view
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 WorthClean up by removing some tutorial text
2020-05-23 Kevin WorthRename directory flutterfamilies to flutterempires
2020-05-23 Kevin WorthDisplay total number of players
2020-05-23 Kevin WorthFix indentation after adding Container
2020-05-23 Kevin WorthRename "Families" to "Empires"
2020-05-23 Kevin WorthAdd fetchAllPlayers method
2020-05-23 Kevin WorthAdd new Container to allow for margin
2020-05-23 Kevin WorthRename application id to com.appsiom.empires
2020-05-23 Kevin WorthStop using dart:js in player.dart
2020-05-23 Kevin WorthAdd README.md
2020-05-23 Kevin WorthAdd method parsePlayers to player.dart
2020-05-23 Kevin WorthAdd screenshot to root for current progress
2020-05-23 Kevin WorthChange fetchPlayer to fetchFirstPlayer
2020-05-23 Kevin WorthAdd some space in between TextFields for aesthetics
2020-05-23 Kevin WorthAdd initState to start the async call to fetch player
2020-05-23 Kevin WorthAdd label and TextField for entering the player's game...
2020-05-23 Kevin WorthAdd a FutureBuilder widget to hold a fetched player
2020-05-23 Kevin WorthAdd TextField for entering (real) name
2020-05-23 Kevin WorthAdd class RegisteredUser with name and character attributes
2020-05-23 Kevin WorthAdd 'Empires' to homepage title
2020-05-23 Kevin WorthAdd class Player with id and name attributes
2020-05-23 Kevin WorthChange app name to 'Families Game'
2020-05-23 Kevin WorthAdd http library version 0.12.1 to pubspec.yaml
2020-05-23 Kevin WorthAdd all from `flutter create <name>`
2020-04-27 Kevin WorthInitial (empty) commit