An open API service indexing awesome lists of open source software.

https://github.com/tlaster/platform_ex

Utility to check flutter runtime platform (Web, Android, iOS, MacOS, Windows, Linux, Fuchsia)
https://github.com/tlaster/platform_ex

Last synced: about 1 month ago
JSON representation

Utility to check flutter runtime platform (Web, Android, iOS, MacOS, Windows, Linux, Fuchsia)

Awesome Lists containing this project

README

          

# platform_ex

Utility to check flutter runtime platform (Web, Android, iOS, MacOS, Windows, Linux, Fuchsia)

# Installation
```
platform_ex: ^0.0.1
```

# Useage

```
PlatformEx.isWeb;
PlatformEx.isAndroid;
PlatformEx.isIOS;
PlatformEx.isMacOS;
PlatformEx.isWindows;
PlatformEx.isFuchsia;
PlatformEx.isLinux;
```