我正在学习扑在我的第一个应用程序我尝试使用HTTP来获取用户的列表。 当我尝试解析使用“计算”功能JSON响应数据,我的代码断。 "The function 'compute' ins't defined"
我不知道发生了什么。
我正在学习扑在我的第一个应用程序我尝试使用HTTP来获取用户的列表。 当我尝试解析使用“计算”功能JSON响应数据,我的代码断。 "The function 'compute' ins't defined"
我不知道发生了什么。
您需要导入基础包。 把这个文件的开头
import 'package:flutter/foundation.dart';