Anyone testing their app on an physical iOS device come across this?
I'm getting the following error when testing my app locally on my iOS device using Xcode after executing flutter run
Could not build the precompiled application for the device. Error (Xcode): ../../../../../../../.pub-cache/hosted/pub.dev/sliver_tools-0.2.10/lib/src/sliver_stack.dart:282:55: Error: A value of type 'RenderObject?' can't be assigned to a variable of type 'AbstractNode?'.
Is this a FF bug? any advise on how to address this issue would be greatly appreciated.