flutter TextField IPAD上闪退

Info.plist修改

<key>UISupportedInterfaceOrientations</key>

<array>

<string>UIInterfaceOrientationLandscapeRight</string>

        <string>UIInterfaceOrientationLandscapeLeft</string>

<string>UIInterfaceOrientationPortrait</string>

</array>

<key>UISupportedInterfaceOrientations~ipad</key>

    <array>

        <string>UIInterfaceOrientationPortrait</string>

        <string>UIInterfaceOrientationLandscapeLeft</string>

        <string>UIInterfaceOrientationLandscapeRight</string>

    </array>

  以上问题只有ipad 有问题 手机和pad 区别设置

原文地址:https://www.cnblogs.com/wupeng88/p/12924449.html