dart - How to check the device OS version from Flutter? -


platform.operatingsystem tell whether you're running on android or ios.

how can check version of device os running on?

you can use platform channels task. in native use os specific code version , resend flutter. here example battery level


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -