Skip to content
New issue

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

ListView中有时候会出现报错 #8

Open
caihua opened this issue Jan 23, 2020 · 1 comment
Open

ListView中有时候会出现报错 #8

caihua opened this issue Jan 23, 2020 · 1 comment

Comments

@caihua
Copy link

caihua commented Jan 23, 2020

WidgetsBinding.instance.addPostFrameCallback((call) {
width = context.size.width;
height = context.size.height;
button = context.findRenderObject();
overlay = Overlay.of(context).context.findRenderObject();
});

═══════ Exception caught by scheduler library ═════════════════════════════════
The getter 'size' was called on null.
Receiver: null
Tried calling: size

这个地方进入页面后开始自动滚动则会有上面的异常抛出

@Jackcui68
Copy link

同样的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants