platformx 1.0.0 copy "platformx: ^1.0.0" to clipboard
platformx: ^1.0.0 copied to clipboard

outdated

Lightweight platform checking utility.

PlatformX #

pub package

A multi-platform lightweight tool which helps you check the platform your app is running on.

Example #

Android Web
android web

#

Usage #

Include platformx as a dependency into your project.

  • Version 1:

    PlatformX.platform
    

    This will return a

    PlatformEnum
    

    which is the platform your app is currently running on.

  • Version 2:

    PlatformX.is[Android/IOS/Web/Windows/Linux/MacOS/Fuschia]
    

    This will return TRUE or FALSE, depending if you are running on that specific platform.

License #

MIT

5
likes
0
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

Lightweight platform checking utility.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on platformx