added args to chat, and game cards can take you there too
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user