Request in the playground 当我尝试使用flutter发出请求时,我不能在查询变量中创建包装器LogIn。这是我在Flutter上的代码: InviteCodeRepository.dart import 'package:fauna/data/api/graphql_api_client.dart';
import'package:get/get.dart&
此编译错误:错误:参数类型'Context‘不能分配给参数类型'BuildContext'(argument_type_not_assignable at tter lib\Pages\list_view.dart:95)这是我的代码:import 'package:flutter/cupertino.d
此方法来自我的自定义BaseDB抽象类,此方法在我的自定义FirebaseDBService类上被重写。// return Oyuncu.fromJson(jsonDoc); return event.data() as Oyuncu; throw Exception('Unable get user from DB');