Fixes on adnroid and ios

This commit is contained in:
Ivan Murashov
2018-05-21 23:59:29 +03:00
parent beb3732b63
commit 41fd167ab6
11 changed files with 46 additions and 25 deletions

View File

@@ -201,7 +201,7 @@ class _SplashScreenState extends BaseState<SplashScreen> {
if (userResponse != null) {
print('I have user in method handler!');
List<Map> users = JSON.decode(userResponse.body);
List<dynamic> users = JSON.decode(userResponse.body);
if (users.length > 0) {
return users[0];
} else {