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

python - Best design pattern for collection of objects -

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -