尝试在将来使用FirebaseAuth.instance.currentUser时如何解决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)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)