Flutter打包IPA报错Could not find an option named "track-widget-creation". 应该是flutter在debug模式和release模式dart语言表现出来的形态不一样导致的吧 在debug模式时支持热重载等更多的动态语言特性,在release模式上关闭掉了这些特性
$flutter build ios --release