美文网首页
在flutter中判断平台是android还是ios,以及获取设

在flutter中判断平台是android还是ios,以及获取设

作者: 王保全_1098 | 来源:发表于2018-11-30 11:57 被阅读0次

    在flutter中判断平台,获取设备信息

    device_info

    PackageInfo

    • 判断设备方向:
    if (MediaQuery.of(context).orientation == Orientation.portrait) {
      
    } else {
    
    }
    

    相关文章

      网友评论

          本文标题:在flutter中判断平台是android还是ios,以及获取设

          本文链接:https://www.haomeiwen.com/subject/nxgccqtx.html