os_detect
os_detect copied to clipboard
Dart multi-platform operating system identification
Results
2
os_detect issues
Sort by
recently updated
recently updated
newest added
i get this on windows and web
* 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. *...