emulator_checker 1.0.4 copy "emulator_checker: ^1.0.4" to clipboard
emulator_checker: ^1.0.4 copied to clipboard

A Flutter plugin that detects whether an application is running on an emulator or a physical device. This can be useful for security purposes, analytics, and feature flagging, allowing developers to t [...]

Changelog #

1.0.4 #

  • Remove get_radio_version_plugin - which was use before but we updated the code to use Native Android and iOS only.

1.0.3 #

  • Added namespace to android block in build.gradle for compatibility with the latest AGP (Android Gradle Plugin) version.

Fixed: #

  • Resolved issue causing Namespace not specified error during build process.

1.0.2 #

  • 1.0.2 add android platform specific code for radio version checker

1.0.1 #

  • 1.0.1 emulator checker platform specific code

1.0.0 #

  • 1.0.0 update to null safety

0.0.4 #

  • 0.0.4 updated readme to cater null safety.

0.0.3 #

  • 0.0.2 updated the device_info_plus to latest, reverted back to 4.0.0

0.0.2 #

  • Updated all aspects related to pub.dev scoring to improve package ranking and compliance.

0.0.1 #

  • Initial release with emulator detection for Android and iOS.
2
likes
150
points
630
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that detects whether an application is running on an emulator or a physical device. This can be useful for security purposes, analytics, and feature flagging, allowing developers to tailor app behavior based on the runtime environment. Supports Android and iOS platforms.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on emulator_checker

Packages that implement emulator_checker