platform_detail 1.1.0
platform_detail: ^1.1.0 copied to clipboard
A lightweight library to obtain details of the current platform in a much more complete and simple way.
1.1.0 #
- isWeb bug fixed.
- isDesktopOrWeb optimized.
1.0.0 #
- Access to the PlatformDetail class is done singleton by a factory constructor.
- Added isDesktop read property.
- Added isMobile read property.
- Added isWeb read property.
- Added isDesktopOrWeb read property.
- Added isIOS read property.
- Added isAndroid read property.
- Added isFuchsia read property.
- Added isWindows read property.
- Added isLinux read property.
- Added isMacOS read property.