?在更新Flutter 3.10.0 后編譯項(xiàng)目出現(xiàn)上線這樣的提示,原因是在Flutter 3.10.0后iOS 默認(rèn)使用開始使用 Impeller?。在 3.7 版本中 Impeller 就被引入用于未來替換 Skia ,F(xiàn)lutter 團(tuán)隊(duì)面對 Skia 上越來越多的問題無法有效快速推進(jìn),所以走上了自研 Impeller 的道路。關(guān)閉這個提示,只需把 plist 里的?
FLTEnableImpeller
?設(shè)置為?false。如下面這樣就ok了。
文章來源地址http://www.zghlxwxcb.cn/news/detail-725757.html
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
...//省略代碼
<key>FLTEnableImpeller</key>
<false/>
...//省略代碼
</dict>
</plist>
文章來源:http://www.zghlxwxcb.cn/news/detail-725757.html
到了這里,關(guān)于flutter更新后[VERBOSE-2:FlutterDarwinContextMetalImpeller.mm(35)] Using the Impeller rendering backend,的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!