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
Post a Comment