尝试在将来使用FirebaseAuth.instance.currentUser时如何解决FutureBuilder中的类型问题

时间:2020-09-23 08:13:17

标签: firebase flutter dart firebase-authentication flutter-futurebuilder

我正在尝试根据用户登录状态设置不同的第一屏幕。 我尝试使用FutureBuilder,但我不断收到类型错误,无法将参数类型分配给参数类型。 我该如何解决这种类型的问题。

错误:

 'JPKAtrybuty' => [
                (int) 0 => [
                    (int) 0 => 'GTU_02',
                    (int) 1 => 'GTU_03'
                ],
                (int) 1 => [
                    (int) 0 => 'GTU_02',
                    (int) 0 => 'GTU_03'
                ]

这是我的代码:

error: The argument type 'User' can't be assigned to the parameter type 'Future<User>'. (argument_type_not_assignable)

0 个答案:

没有答案