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
lib/src/resizable_container.dart:111-165 repeatedly reads widget.children.length and widget.children[i] (in both the layout and Flex branches). Hoist final children = widget.children; to reduce noise.
lib/src/resizable_container.dart:111-165repeatedly readswidget.children.lengthandwidget.children[i](in both the layout and Flex branches). Hoistfinal children = widget.children;to reduce noise.