We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我从faircli创建了一个项目载体,然后我将项目构建成json和js文件进行测试。然后错误屏幕如图所示,我的 json 文件具有以下语法: "trueValue": { "className": "FairFunction", "body": { "className": "Center", "na": { "child": { "className": "Text", "pa": [ "加载中..." ] } } }, "tag": "Widget Function()", "rt": "Widget" } 我创建了一个项目并在 flutter 3.7.0 上运行了演示。我是不是忘记了什么?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我从faircli创建了一个项目载体,然后我将项目构建成json和js文件进行测试。然后错误屏幕如图所示,我的 json 文件具有以下语法:
"trueValue": {
"className": "FairFunction",
"body": {
"className": "Center",
"na": {
"child": {
"className": "Text",
"pa": [
"加载中..."
]
}
}
},
"tag": "Widget Function()",
"rt": "Widget"
}
我创建了一个项目并在 flutter 3.7.0 上运行了演示。我是不是忘记了什么?
The text was updated successfully, but these errors were encountered: