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

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

how to add preprocess loader in webpack 2 -