os_detect icon indicating copy to clipboard operation
os_detect copied to clipboard

Dart multi-platform operating system identification

Results 2 os_detect issues
Sort by recently updated
recently updated
newest added

* Use `dart2js:prefer-inline` everywhere where we use `vm:prefer-inline`. * Make `platformOS` const/platform-const by wrapping version into a thunk. This means you don't have to lazy initialize the final field. *...