Flutter工程打包iOS報錯

Flutter打包IPA報錯Could not find an option named "track-widget-creation".
應該是flutter在debug模式和release模式dart語言表現出來的形態不同致使的吧
在debug模式時支持熱重載等更多的動態語言特性,在release模式上關閉掉了這些特性ios

$flutter build ios --release
相關文章
相關標籤/搜索