WPopup icon indicating copy to clipboard operation
WPopup copied to clipboard

ListView中有时候会出现报错

Open caihua opened this issue 4 years ago • 1 comments

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

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

caihua avatar Jan 23 '20 03:01 caihua

同样的问题

Jackcui68 avatar Mar 18 '20 19:03 Jackcui68