尝试从TextFormFeild. 我已经多次使用这个小部件,但我没有在任何时候收到这个错误。有人知道具体是什么意思吗?
这将是一个很大的帮助。以下只是整个(1084 行)代码的一部分,我认为错误可能是:(我还初始化了controller:'bowlerIndexController = new TextEditingController(text: "");':/)...
void changeBowler(BuildContext context) {
showDialog(
context: context,
builder: (context) {
return new SimpleDialog(
title: new Text("Who is bowling next?",
style:
new TextStyle(fontSize: 18.0, fontWeight: FontWeight.bold)),
children: <Widget>[
new Column(
children: List<Widget>.generate(teamBowling.length, (index) {
return Padding(
padding: const EdgeInsets.all(8.0),
child: new Row(
children: <Widget>[
new Padding(
padding: new EdgeInsets.all(2.0),
child: new Text(
(index + 1).toString(),
style: new TextStyle(fontSize: 15.0),
),
),
new Text(teamBowling[index].player["Name"],
style: new TextStyle(
fontSize: 18.0, fontWeight: …Run Code Online (Sandbox Code Playgroud) 它已经一个小时了,但是即使wifi连接非常强大(100Mb / s)并且可能稳定,进度条也完全没有响应。我之前也曾尝试取消,重新启动和重新安装两次,但是此时总是卡住。尽管到目前为止这可能并没有影响我的工作流程,但是我想保持所有更新,并且知道为什么会发生这种情况,我们将不胜感激。