emulator_checker 0.0.1
emulator_checker: ^0.0.1 copied to clipboard
A plugin to check if app is running at an Emulator or not.
Developed by: Rhylvin Dale Tinador from Hitachi DPS A plugin to check if app is running at an Emulator or not.
Features #
get the radioVersion
Getting started #
add package to your application in pubspec
Usage #
print('EmulatorChecker: ${EmulatorChecker().isEmulator()}'); ///true if app is currently in Emulator ///false if currently in an actual device
Additional information #
Plugin from HitachiDPS