It would be useful to support detecting the operating system and version with getters such as os, osVersion, isWindows, isLinux, isIOS.
This would likely involve browser sniffing, but perhaps with a growing Dart community the detection rules can be kept up-to-date to provide decent coverage?
It would be useful to support detecting the operating system and version with getters such as
os
,osVersion
,isWindows
,isLinux
,isIOS
.This would likely involve browser sniffing, but perhaps with a growing Dart community the detection rules can be kept up-to-date to provide decent coverage?