is_android_emulator 0.0.1 copy "is_android_emulator: ^0.0.1" to clipboard
is_android_emulator: ^0.0.1 copied to clipboard

PlatformAndroid

A lightweight Flutter package to detect if the current device is an Android emulator with zero heavy transitive dependencies.

0.0.1 #

  • Initial release of is_android_emulator.
  • Detects whether the application is running on an Android emulator or physical device using lightweight native Build properties.
  • Provides top-level isAndroidEmulator() function and AndroidEmulatorDetection class API.
  • Cross-platform safe with conditional imports returning false for web and non-Android platforms.
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publisherrizkyghofur.my.id

Weekly Downloads

A lightweight Flutter package to detect if the current device is an Android emulator with zero heavy transitive dependencies.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on is_android_emulator

Packages that implement is_android_emulator