You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following assertion was thrown during performLayout():LayoutBuilder does not support returning intrinsic dimensions.Calculating the intrinsic dimensions would require running the layout callback speculatively, which might mutate the live render object tree.The relevant error-causing widget was: AlertDialog AlertDialog:/confetti/confetti_layout_builder_issue.dart:29:25When the exception was thrown, this was the stack: #0 _RenderLayoutBuilder._debugThrowIfNotCheckingIntrinsics.<anonymous closure> (package:flutter/src/widgets/layout_builder.dart:399:9)#1 _RenderLayoutBuilder._debugThrowIfNotCheckingIntrinsics (package:flutter/src/widgets/layout_builder.dart:406:6)#2 _RenderLayoutBuilder.computeMaxIntrinsicHeight (package:flutter/src/widgets/layout_builder.dart:344:12)#3 _IntrinsicDimension.memoize.<anonymous closure> (package:flutter/src/rendering/box.dart:1052:49)#4 _LinkedHashMapMixin.putIfAbsent (dart:collection-patch/compact_hash.dart:543:23)#5 _IntrinsicDimension.memoize (package:flutter/src/rendering/box.dart:1052:8)#6 RenderBox._computeWithTimeline (package:flutter/src/rendering/box.dart:1549:32)#7 RenderBox._computeIntrinsics (package:flutter/src/rendering/box.dart:1527:26)
The text was updated successfully, but these errors were encountered:
The following error started after upgrading to v0.8.0
Code sample
Error
The text was updated successfully, but these errors were encountered: