How to check the device OS version from Flutter?

前端 未结 4 860
-上瘾入骨i
-上瘾入骨i 2020-12-15 05:30

Platform.operatingSystem will tell you whether you\'re running on Android or iOS.

How can I check which version of the device OS am I running on?

4条回答
  •  抹茶落季
    2020-12-15 06:15

    You can use platform channels for this task. In native use os specific code to get version and resend it to flutter. Here is good example with battery level

提交回复
热议问题