浏览代码

update

/main
fzhangtj 6 年前
当前提交
dceb5617
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 5
      README.md

5
README.md


// e.g. setState(() => {....})
}
```
All the code dealing with UIWidgets (```setState()``` in most case) needs to be in window scope.
For callback/event handler methods from UIWidgets (e.g ```Widget.build, State.initState...```), you don't need put them
in the window scope.
For callback/event handler methods from UIWidgets (e.g ```Widget.build, State.initState...```), you don't need do
it yourself, since the framework ensure it's in window scope.
## Debug UIWidgets Application
#### Define UIWidgets_DEBUG

正在加载...
取消
保存