added args to chat, and game cards can take you there too

This commit is contained in:
Carlos Lopez-Rosario
2020-05-02 20:36:01 -04:00
parent bd53761736
commit 203bb03464
5 changed files with 25 additions and 31 deletions

View File

@@ -25,7 +25,7 @@ class RouteGenerator {
case '/Standing':
return MaterialPageRoute(builder: (_) => Standing(args));
case '/Chat':
return MaterialPageRoute(builder: (_) => Chat());
return MaterialPageRoute(builder: (_) => Chat(args));
case '/Details':
return MaterialPageRoute(builder: (_) => GameDetailsWidget(args));
case '/Favorites':